updated docs

This commit is contained in:
William Falcon
2020-01-21 13:25:44 -05:00
parent ed41c77e7b
commit 839c9da5b5
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -44,7 +44,6 @@ PyTorch-Lightning Documentation
common-cases
.. toctree::
:maxdepth: 1
:name: community
-1
View File
@@ -69,4 +69,3 @@ Then you could do rapid research by switching between these two and using the sa
1. You're writing pure PyTorch... no unnecessary abstractions or new libraries to learn.
2. You get free GPU and 16-bit support without writing any of that code in your model.
3. You also get early stopping, multi-gpu training, 16-bit and MUCH more without coding anything!