From d955baa235ab228c30b3e545d8444a0eebf9162b Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 23 Oct 2019 06:13:31 -0400 Subject: [PATCH] Update README.md --- tests/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/README.md b/tests/README.md index 9cf8af7847..045347f23b 100644 --- a/tests/README.md +++ b/tests/README.md @@ -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,