TensorFlow/fr: Difference between revisions

Jump to navigation Jump to search
Updating to match new version of source page
(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 line before launching your python program:
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:


   export LD_LIBRARY_PATH=/cvmfs/soft.computecanada.ca/easybuild/software/2020/CUDA/cuda11.1/cudnn/8.2.0/lib64:$LD_LIBRARY_PATH
   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==
38,760

edits

Navigation menu