From 839c9da5b52a014c2b846e211b66d108e28bf375 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 15 Jan 2020 19:44:02 -0500 Subject: [PATCH] updated docs --- docs/source/index.rst | 1 - docs/source/new-project.rst | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 234331f1..aa1736e8 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -44,7 +44,6 @@ PyTorch-Lightning Documentation common-cases - .. toctree:: :maxdepth: 1 :name: community diff --git a/docs/source/new-project.rst b/docs/source/new-project.rst index 35834518..5c03b9e5 100644 --- a/docs/source/new-project.rst +++ b/docs/source/new-project.rst @@ -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! -