赞
踩
只简略写一下当作一个记录
- #创建环境
- conda create --name envname python=xxx
- #打开环境
- conda activate envname
- #转换至当前目录
- cd xxxx
- #配置requirements.txt文档
- pip install -r requirements.txt
- #搜寻cuda版本、安装cuda
- conda search cudatoolkit
- conda search cudnn
- pip install cudatoolkit=version
- pip install cudnn=version
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。