Skip to content
Snippets Groups Projects
Select Git revision
  • 9e7fb35d8781edadf66c63705c2e8080107beed5
  • master default protected
  • tf2
  • tf2_pytorch
  • issue_3
  • issue_2
  • 2019a
  • juwels_2019a
  • jureca_2019_a
9 results

keras

user avatar
Fahad Khalid authored
Upon deciding to remove sample scripts for Python 2, removed the python versions from the script names. Also, all sample job submission scripts for pytorch have been hidden, and PyTorch examples do not work on JUWELS; with or without Horovod.
9e7fb35d
History

Notes

The mnist.py sample is a slightly modified version of mnist_cnn.py available in the Keras examples repository here (last checked: February 19, 2019). Our changes are limited to,

  • The data loading mechanism
  • A bit of code cleanup
  • A few additional comments pertaining to our custom data loading mechanism

Note: All newly added statements follow a comment beginning with [HPCNS].