chenxie95 / deeplearning_course_sjtu

14 stars 2 forks source link

SED_环境问题 #14

Open zzh-SJTU opened 2 years ago

zzh-SJTU commented 2 years ago

运行run.sh后报错 Could not find conda environment: pytorch RuntimeError: CUDA error: no kernel image is available for execution on the device

BravoFr0st commented 2 years ago

考虑改一下run.sh里面的conda activate ”YOUR_ENV“?

wsntxxn commented 2 years ago

run.sh 开头的环境初始化部分只是一个演示,要改成自己的环境。 比如如果用的也是默认的 module load miniconda3 的环境,而且你的环境名叫 torch,那么 conda activate pytorch 就改成 conda activate torch