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

tensorflow

user avatar
Fahad Khalid authored
Added job scripts for JUWELS stage 2019a. Keras and Tensorflow are working both independently and with Horovod. PyTorch code is generating dataset related errors that need to be investigated; possibly just a matter of updating the custom pre-downloaded-dataset handling code.
a4af4d26
History

Notes

The mnist.py sample is a slightly modified version of convolutional.py available in the Tensorflow models 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].