Update README.md

This commit is contained in:
William Falcon
2019-10-23 06:13:31 -04:00
committed by GitHub
parent b47b881f78
commit d955baa235
+1
View File
@@ -1,6 +1,7 @@
# PyTorch-Lightning Tests
Most PL tests train a full MNIST model under various trainer conditions (ddp, ddp2+amp, etc...).
This provides testing for most combinations of important settings.
The tests expect the model to perform to a reasonable degree of testing accuracy to pass.
## Running tests
The automatic travis tests ONLY run CPU-based tests. Although these cover most of the use cases,