diff --git a/README.md b/README.md index 5af3ac4bacc3d563dab2dd9133dcc3ea5aadf1f9..a1e6ecb62ef15ba36a668a85a9248d621bd84fc9 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ visit [this](https://gitlab.version.fz-juelich.de/MLDL_FZJ/MLDL_FZJ_Wiki/wikis/E ### Announcements +* **November 28, 2019:** Slides and code samples for the "Deep Learning on Supercomputers" talk given +as part of the [Introduction to the programming and usage of the supercomputer resources at Jülich](https://www.fz-juelich.de/SharedDocs/Termine/IAS/JSC/EN/courses/2019/supercomputer-2019-11.html?nn=944302) +course are now available in the `course_material` directory. * **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 diff --git a/course_material/README.md b/course_material/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e8bb64436ffaa398a40f6db8b549bbcaedec90a4 --- /dev/null +++ b/course_material/README.md @@ -0,0 +1,9 @@ +# Slides and code samples + +The slides and code samples in the sub-directories correspond to the introductory examples presented during the +"Deep Learning on Supercomputers" talk, which is given as +part of the [Introduction to the programming and usage of the supercomputer resources at Jülich](https://www.fz-juelich.de/SharedDocs/Termine/IAS/JSC/EN/courses/2019/supercomputer-2019-11.html?nn=944302) +course. + +**Note:** These code samples are NOT designed to work on our supercomputers. To see why, read `datasets/README.md`. +To run code samples on the supercomputers, please follow the main tutorial. \ No newline at end of file