Skip to content
Snippets Groups Projects
Commit 7df3a99e authored by Timothy ODonnell's avatar Timothy ODonnell Committed by Tim O'Donnell
Browse files

fix

parent 59355ec6
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,10 @@ export KMP_SETTINGS=1
set -e
free -m
module load cuda/10.1.105
module load cudnn/7.1.1
module add cuda/10.0.130 cudnn/7.1.1
module list
python -c 'import tensorflow as tf ; print("GPU AVAILABLE" if tf.test.is_gpu_available() else "GPU NOT AVAILABLE")'
env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment