培训1

1、先装显卡驱动等配套工具,参考

https://blog.csdn.net/qq_28413435/article/details/83338551


使用 activate pytorch激活刚才创建的环境。

在pytorch环境下使用下列语句安装软件和加载包:

pip install torchtext

conda install matplotlib

conda install jupyter notebook

conda install pandas

安装后在程序路径下打开

jupyter nootbook,跳到网页。

开始使用

原文地址:https://www.cnblogs.com/daidong805/p/11678461.html