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

JURECA-Python3-Tensorflow and JURECA-Keras-Python3 scripts have been updated...

JURECA-Python3-Tensorflow and JURECA-Keras-Python3 scripts have been updated to use the latest modules from the 2019a production stage.
parent 1c26d4fc
Branches
No related tags found
No related merge requests found
...@@ -12,11 +12,9 @@ ...@@ -12,11 +12,9 @@
#SBATCH --mail-type=ALL #SBATCH --mail-type=ALL
# Load the required modules # Load the required modules
module use /usr/local/software/jureca/OtherStages module load GCCcore/.8.3.0
module load Stages/2018b module load TensorFlow/1.13.1-GPU-Python-3.6.8
module load GCC/7.3.0 module load Keras/2.2.4-GPU-Python-3.6.8
module load TensorFlow/1.12.0-GPU-Python-3.6.6
module load Keras/2.2.4-GPU-Python-3.6.6
# Run the program # Run the program
srun python -u mnist.py srun python -u mnist.py
...@@ -12,10 +12,8 @@ ...@@ -12,10 +12,8 @@
#SBATCH --mail-type=ALL #SBATCH --mail-type=ALL
# Load the required modules # Load the required modules
module use /usr/local/software/jureca/OtherStages module load GCCcore/.8.3.0
module load Stages/2018b module load TensorFlow/1.13.1-GPU-Python-3.6.8
module load GCC/7.3.0
module load TensorFlow/1.12.0-GPU-Python-3.6.6
# Run the program # Run the program
srun python -u mnist.py srun python -u mnist.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment