From 02a35e3f2a41fd32b1539f5a56f29555a13518fd Mon Sep 17 00:00:00 2001 From: Fahad Khalid <f.khalid@fz-juelich.de> Date: Thu, 28 Nov 2019 11:09:47 +0100 Subject: [PATCH] Updated information pertaining to the addition of course material. --- README.md | 3 +++ course_material/README.md | 9 +++++++++ 2 files changed, 12 insertions(+) create mode 100644 course_material/README.md diff --git a/README.md b/README.md index 5af3ac4..a1e6ecb 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 0000000..e8bb644 --- /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 -- GitLab