Skip to content

Instantly share code, notes, and snippets.

@vfdev-5
Created July 10, 2020 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vfdev-5/342409963dd2759dc3ea66b01b416ae9 to your computer and use it in GitHub Desktop.
Save vfdev-5/342409963dd2759dc3ea66b01b416ae9 to your computer and use it in GitHub Desktop.
PyTorch tests notes

How to run tests of PyTorch

Distributed module

  • Run all distributed tests
python test/run_test.py -pt -vi distributed/test_distributed
  • Run a single test
python test/run_test.py -vi distributed/test_distributed -- -k test_DistributedDataParallel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment