赞
踩
- ## conda常用命令
- conda activate 环境名 激活环境
- conda deactivate 环境名。退出环境
- conda env list 展示环境
- conda install ipykernel 创建内核
- python -m ipykernel install --name 名字 内核命名并添加到jupyter
切换到需要安装torch的环境
打开pytorch官网https://pytorch.org选择合适的版本,直接用命令安装
环境中有Tensorflow活着pytorch可以执行安装transformers
- ##换源安装
- pip install --index-url https://pypi.douban.com/simple transformers
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。