Skip to content
Snippets Groups Projects
Commit e220cbe5 authored by Fahad Khalid's avatar Fahad Khalid
Browse files

Job scripts for Tensorflow now use the keras_mnist example by default.

parent cea58c89
Branches
No related tags found
No related merge requests found
...@@ -21,4 +21,4 @@ module load Horovod/0.20.3-Python-3.8.5 ...@@ -21,4 +21,4 @@ module load Horovod/0.20.3-Python-3.8.5
export CUDA_VISIBLE_DEVICES=0,1,2,3 export CUDA_VISIBLE_DEVICES=0,1,2,3
# Run the program # Run the program
srun python -u mnist.py srun python -u keras_mnist.py
...@@ -21,4 +21,4 @@ module load Horovod/0.20.3-Python-3.8.5 ...@@ -21,4 +21,4 @@ module load Horovod/0.20.3-Python-3.8.5
export CUDA_VISIBLE_DEVICES=0 export CUDA_VISIBLE_DEVICES=0
# Run the program # Run the program
srun python -u mnist.py srun python -u keras_mnist.py
...@@ -21,4 +21,4 @@ module load Horovod/0.20.3-Python-3.8.5 ...@@ -21,4 +21,4 @@ module load Horovod/0.20.3-Python-3.8.5
export CUDA_VISIBLE_DEVICES=0,1,2,3 export CUDA_VISIBLE_DEVICES=0,1,2,3
# Run the program # Run the program
srun python -u mnist.py srun python -u keras_mnist.py
...@@ -21,4 +21,4 @@ module load Horovod/0.20.3-Python-3.8.5 ...@@ -21,4 +21,4 @@ module load Horovod/0.20.3-Python-3.8.5
export CUDA_VISIBLE_DEVICES=0,1,2,3 export CUDA_VISIBLE_DEVICES=0,1,2,3
# Run the program # Run the program
srun python -u mnist.py srun python -u keras_mnist.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment