深度学习环境配置
是芮芮呀
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
报错“no CUDA-capable device is detected”
运行代码时报错:RuntimeError: cuda runtime error (38) : no CUDA-capable device is detected at /opt/conda/conda-bld/pytorch-nightly_1553749764730/work/aten/src/THC/THCGeneral.cpp:51解决办法:环境没有问题的情况下,可能是使用GP...原创 2020-03-28 14:09:44 · 4703 阅读 · 0 评论 -
ERROR: torch-1.0.0-cp36-cp36m-linux_x86_64.whl is not a supported wheel on this platform.
报错:ERROR: torch-1.0.0-cp36-cp36m-linux_x86_64.whl is not a supported wheel on this platform.出现这个问题的原因是版本不匹配查看本机python的版本匹配哪些文件解决办法:在shell下输入:python然后输入:import pip._internalprint(pip._internal...原创 2020-03-27 13:21:30 · 15422 阅读 · 4 评论 -
RuntimeError: cuda runtime error (38) : no CUDA-capable device is detected at /pytorch/aten/src/THC/
:https://blog.youkuaiyun.com/Felaim/article/details/100516282报错baocuoneirongRuntimeError: cuda runtime error (38) : no CUDA-capable device is detected at /pytorch/aten/src/THC/THCGeneral.cpp:51快捷键Ctrl...原创 2020-03-20 13:28:25 · 3347 阅读 · 8 评论 -
安装报错Could not find a version that satisfies the requirement
执行安装语句:pip install ninja yacs cython matplotlib tqdm requests opencv-contrib-python==3.4.2.17报错:ERROR: Could not find a version that satisfies the requirement numpy>=1.11 (from matplotlib) (from...原创 2019-12-08 22:47:18 · 13073 阅读 · 2 评论 -
windows10下安装Box2D
pip install box2-py报错: Building wheel for box2D-py (setup.py) … error一片报红:error: command ‘swig.exe’ failed: No such file or directory解决方法:先到http://www.swig.org/download.html 中下载 swigwin-3.0.12,...原创 2019-11-19 10:38:58 · 2337 阅读 · 0 评论 -
如何在指定文件夹下运行Jupyter Notebook
使用anaconda,打开jupyter notebook总是默认的文件夹,那么如何在指定的文件夹下面运行jupyter notebook呢?最简单的一种方法是:(假设想要运行的文件夹在F:\notebooks)打开要运行的文件夹:在文件夹空白处按住shift键的同时点击鼠标右键,然后选择“在此处打开 powershell 窗口”;或者在文件夹地址栏里输入 powershell 然...原创 2019-11-10 12:44:26 · 1658 阅读 · 0 评论 -
深度学习环境搭建(一)制作Ubuntu16.04系统盘
Ubuntu16.04.06系统盘制作1、 下载ubuntu镜像下面是一些Ubuntu16.04的下载地址: 中科大源http://mirrors.ustc.edu.cn/ubuntu-releases/16.04/ 阿里云开源镜像站http://mirrors.aliyun.com/ubuntu-releases/16.04/ 兰州大学开源镜像站http://mirror.lzu...原创 2019-11-02 21:24:49 · 231 阅读 · 0 评论
分享