Skip to content
Snippets Groups Projects
Commit 3c29ef07 authored by Timothy ODonnell's avatar Timothy ODonnell
Browse files

fix

parent 690df977
Branches
Tags
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.
Please register or to comment