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

pytorch

  • Clone with SSH
  • Clone with HTTPS
  • Notes

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