Loading

摘要: anaconda中自带python,所以不需要提前安装python。 1. 安装 anaconda3 下载链接:https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/ 下载文件:Anaconda3-2021.11-Windows-x86_64.e 阅读全文
posted @ 2022-12-03 21:34 拾月凄辰 阅读(676) 评论(0) 推荐(0)
摘要: 原因:在安装库的中途退出了 解决办法:conda clean --all 之后重新安装 pytorch 参考文章:https://www.jb51.net/article/211043.htm 阅读全文
posted @ 2022-12-03 21:08 拾月凄辰 阅读(619) 评论(0) 推荐(0)
摘要: 方法一:关闭电脑上的梯子(vpn) 方法二:https://blog.csdn.net/qq_44747572/article/details/124457540 阅读全文
posted @ 2022-12-03 20:29 拾月凄辰 阅读(1083) 评论(0) 推荐(0)
摘要: 1.win+r键,输入regedit,打开注册编辑器 2.依次打开计算机 HKEY_CURRENT_USER→SOFTWARE→Microsoft→Command Processor,双击右边的AutoRun,把里面 if exist 删掉,确定 退出来就能打开cmd了,亲测有效 ————————— 阅读全文
posted @ 2022-12-03 19:28 拾月凄辰 阅读(3429) 评论(0) 推荐(1)