Update README.md

This commit is contained in:
William Falcon 2019-08-31 03:08:18 -04:00 committed by William Falcon
parent 9e6ce3b0d6
commit 8d6648e51d
1 changed files with 5 additions and 0 deletions

View File

@ -159,6 +159,11 @@ print('View tensorboard logs by running\ntensorboard --logdir %s' % os.getcwd())
print('and going to http://localhost:6006 on your browser') print('and going to http://localhost:6006 on your browser')
``` ```
When you're all done you can even run the test set separately.
```python
trainer.test()
```
## What does lightning control for me? ## What does lightning control for me?
Everything in gray! Everything in gray!