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

Disabled Caffe samples for JURECA.

parent 49d575e2
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,8 @@ visit [this](https://gitlab.version.fz-juelich.de/MLDL_FZJ/MLDL_FZJ_Wiki/wikis/E
### Announcements
* **November 22, 2019:** Samples for Caffe are no longer supported on JURECA due to system-wide
MVAPICH2 module changes.
* **November 18, 2019:** The `horovod_data_distributed` directory has been added that contains code
samples to illustrate proper data-distributed training with Horovod, i.e., a distribution mechanism
where the training data is distributed instead of epochs. Further information is available in the
......
......@@ -15,7 +15,7 @@
module use /usr/local/software/jureca/OtherStages
module load Stages/Devel-2018b
module load GCC/7.3.0
module load MVAPICH2/2.3.2-GDR
module load MVAPICH2/2.3-GDR
module load Caffe/1.0-Python-2.7.15
# Run the program
......
......@@ -15,7 +15,7 @@
module use /usr/local/software/jureca/OtherStages
module load Stages/Devel-2018b
module load GCC/7.3.0
module load MVAPICH2/2.3.2-GDR
module load MVAPICH2/2.3-GDR
module load Caffe/1.0-Python-2.7.15
# Train the model using the 'caffe' binary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment