Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dl_on_supercomputers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HPC4NS
dl_on_supercomputers
Commits
114bbc18
Commit
114bbc18
authored
5 years ago
by
Fahad Khalid
Browse files
Options
Downloads
Patches
Plain Diff
Disabled Caffe samples for JURECA.
parent
49d575e2
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+2
-0
2 additions, 0 deletions
README.md
caffe/lenet_python/.submit_job_jureca_python2.sh
+1
-1
1 addition, 1 deletion
caffe/lenet_python/.submit_job_jureca_python2.sh
caffe/mnist_cmd/.submit_job_jureca_python2.sh
+1
-1
1 addition, 1 deletion
caffe/mnist_cmd/.submit_job_jureca_python2.sh
with
4 additions
and
2 deletions
README.md
+
2
−
0
View file @
114bbc18
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
caffe/lenet_python/submit_job_jureca_python2.sh
→
caffe/lenet_python/
.
submit_job_jureca_python2.sh
+
1
−
1
View file @
114bbc18
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
caffe/mnist_cmd/submit_job_jureca_python2.sh
→
caffe/mnist_cmd/
.
submit_job_jureca_python2.sh
+
1
−
1
View file @
114bbc18
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment