赞
踩
查看现有环境:conda env list
创建环境:conda create -n 环境名 python=3.8 (python版本,可更改)
激活:conda activate 环境名
退出激活:conda deactivate
删除环境:conda remove -n 环境名 --all
pip install ipykernel 【pip install -i https://pypi.douban.com/simple ipykernel (使用豆瓣源速度快)】
python -m ipykernel install --name 环境名
注意:lib是win64下的内容
搜索‘编辑环境变量’
# CUDA 11.6 √√
conda install pytorch==1.12.0 torchvision==0.13.0 torchaudio==0.12.0 cudatoolkit=11.6 -c pytorch -c conda-forge
pip install +whl文件路径
# CUDA 11.6 √√
conda install pytorch==1.12.0 torchvision==0.13.0 torchaudio==0.12.0 cudatoolkit=11.6 -c pytorch -c conda-forge
pip install "D:\E_files\torch_install\torch-1.12.0+cu116-cp38-cp38-win_amd64.whl"
pip install "D:\E_files\torch_install\torchaudio-0.12.0+cu116-cp38-cp38-win_amd64.whl"
pip install "D:\E_files\torch_install\torchvision-0.13.0+cu116-cp38-cp38-win_amd64.whl"
不行,不是GPU版本
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow
不用安装keras已经有了
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。