Update README.md
This commit is contained in:
parent
b47b881f78
commit
d955baa235
|
@ -1,6 +1,7 @@
|
||||||
# PyTorch-Lightning Tests
|
# PyTorch-Lightning Tests
|
||||||
Most PL tests train a full MNIST model under various trainer conditions (ddp, ddp2+amp, etc...).
|
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.
|
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
|
## Running tests
|
||||||
The automatic travis tests ONLY run CPU-based tests. Although these cover most of the use cases,
|
The automatic travis tests ONLY run CPU-based tests. Although these cover most of the use cases,
|
||||||
|
|
Loading…
Reference in New Issue