上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 28 下一页
摘要: 一、Error info:Permission denied (publickey) 打开 /etc/ssh/sshd_config ,修改PasswordAuthentication no 为:PasswordAuthentication yes重启服务 s... 阅读全文
posted @ 2022-11-13 22:36 dlhl 阅读(29) 评论(0) 推荐(0)
摘要: 报错代码: import pickleimport numpywith open('mnist.pkl.gz', 'rb') as f: l = pickle.load(f) 代码修改: import pickleimport numpywith ope... 阅读全文
posted @ 2022-11-13 22:36 dlhl 阅读(20) 评论(0) 推荐(0)
摘要: 1.在github上下载gtest并解压 2. 输入以下命令: cd googletest cmake CMakeLists.txt make -j6 sudo make install 阅读全文
posted @ 2022-11-13 22:36 dlhl 阅读(32) 评论(0) 推荐(0)
摘要: 使用命令 conda install pytorch torchvision cudatoolkit=10.0 -c pytorch 安装pytorch后,用conda list找不到cudnn,原因是pytorch携带cudnn,检查方法如下: import... 阅读全文
posted @ 2022-11-13 22:36 dlhl 阅读(727) 评论(0) 推荐(0)
摘要: 升级pip版本即可 sudo pip install setuptools --upgrade 阅读全文
posted @ 2022-11-13 22:36 dlhl 阅读(0) 评论(0) 推荐(0)
摘要: 1.安装autoconf sudo apt-get install autoconf 2.开始编译 cd protobufbash autogen.sh./configuremakemake checksudo make install 3.使库文件开始生效 ... 阅读全文
posted @ 2022-11-13 22:36 dlhl 阅读(274) 评论(0) 推荐(0)
摘要: 在ubuntu上使用matplotlib时出现了这样的提示,解决方案: sudo apt-get install python3-tk 阅读全文
posted @ 2022-11-13 22:36 dlhl 阅读(0) 评论(0) 推荐(0)
摘要: 我们在下载pytorch安装包时,会发现CUDA9.0有py27_gpu版有两个whl下载文件,分别是: cu90/torch-0.3.0.post4-cp27-cp27mu-linux_x86_64.whlcu90/torch-0.3.0.post4-cp2... 阅读全文
posted @ 2022-11-13 22:36 dlhl 阅读(187) 评论(0) 推荐(0)
摘要: anaconda search -t conda my_package 阅读全文
posted @ 2022-11-13 22:36 dlhl 阅读(20) 评论(0) 推荐(0)
摘要: #进入命令行模式 sudo apt-get install --reinstall ubuntu-desktop 阅读全文
posted @ 2022-11-13 22:36 dlhl 阅读(22) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 28 下一页