38,760
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 525: | Line 525: | ||
Please make sure libcudnn_adv_train.so.8 is in your library path! | Please make sure libcudnn_adv_train.so.8 is in your library path! | ||
This is a known issue and we are working on it. In the meantime, you can work around this issue by executing the following | This is a known issue and we are working on it. In the meantime, you can work around this issue by executing the following before launching your python program: | ||
module load gcc/9.3 cuda/11.1 cudnn/8.2 | |||
export LD_LIBRARY_PATH=$EBROOTCUDNN/lib64:$LD_LIBRARY_PATH | |||
==Contrôle du nombre de CPU et de fils== | ==Contrôle du nombre de CPU et de fils== |