Open zzh-SJTU opened 2 years ago
运行run.sh后报错 Could not find conda environment: pytorch RuntimeError: CUDA error: no kernel image is available for execution on the device
考虑改一下run.sh里面的conda activate ”YOUR_ENV“?
run.sh 开头的环境初始化部分只是一个演示,要改成自己的环境。 比如如果用的也是默认的 module load miniconda3 的环境,而且你的环境名叫 torch,那么 conda activate pytorch 就改成 conda activate torch
运行run.sh后报错 Could not find conda environment: pytorch RuntimeError: CUDA error: no kernel image is available for execution on the device