摘要: %matplotlib inline#该项事实也无法运行 from d2l import torch as d2l#此行报错如下所示 ImportError Traceback (most recent call last) Cell In[89], line 1 > 1 from d2l impo 阅读全文
posted @ 2024-01-25 21:27 Vincent_1085 阅读(213) 评论(0) 推荐(0) 编辑
摘要: ###一、利用conda创建一个新的环境 参考命令 ` conda create -n ENV_NAME python=X.X ` •-n ENV_NAME 指定环境名称 •python=X.X 指定要创建的Python版本,比如 python=3.6 使用命令: `conda create -n 阅读全文
posted @ 2023-07-29 20:33 Vincent_1085 阅读(58) 评论(0) 推荐(0) 编辑
摘要: 一、安装conda环境(基于docker的) 1.1MicroSoft对于wsl2和docker的官方解释: https://learn.microsoft.com/en-us/windows/wsl/use-custom-distro 1.2对于docker和wsl2原理解析: https://z 阅读全文
posted @ 2023-07-28 20:56 Vincent_1085 阅读(373) 评论(0) 推荐(0) 编辑
摘要: 一、WSL2的安装 安装: https://zhuanlan.zhihu.com/p/475462241 卸载命令: https://blog.csdn.net/jarvan5/article/details/118144722 二、vscode的配置 vscode连接wsl2: https://z 阅读全文
posted @ 2023-07-28 18:08 Vincent_1085 阅读(95) 评论(0) 推荐(0) 编辑