macOS + PyTorch + Jupyter Notebook
程序员文章站
2022-06-30 11:30:00
...
1、安装 Jupyter Notebook:
pip3 install jupyter
2、安装 pyTorch :
从https://pytorch.org 选择环境,会给出安装命令:
pip3 install torch torchvision
我的系统的显卡是 Intel 的集成显卡,没办法使用CUDA,故可以直接使用上面的pip安装。
如果是NVIDIA的显卡,可以参考链接 https://blog.csdn.net/junjun1996719/article/details/96426781 安装CUDA。
上一篇: NDK编译可执行文件
下一篇: macos启动jupyter lab 错误:attributeerror: ‘extensionmanager‘ object has no attribute ‘_extensions‘
推荐阅读
-
anaconda 环境新建/删除/拷贝 jupyter notebook上使用python虚拟环境 TensorFlow
-
非线性函数的最小二乘拟合——兼论Jupyter notebook中使用公式 [原创]
-
基于jupyter notebook的python编程(Win10通过OpenCv-3.4.1进行人脸口罩数据集的模型训练并进行戴口罩识别检测)
-
Jupyter notebook 创建、切换Anaconda(Python)虚拟环境
-
如何修改通过Anaconda安装的jupyter notebook的工作目录
-
修改Jupyter Notebook的默认打开路径
-
jupyter notebook内核配置的图文教程
-
详解解决jupyter不能使用pytorch的问题
-
VS Code 之 Jupyter NoteBook 初试
-
Jupyter Notebook使用笔记