added direct links to docs

This commit is contained in:
William Falcon
2020-01-16 07:27:22 -05:00
parent d34de3890e
commit 31a3854e6a
2 changed files with 0 additions and 8 deletions
-2
View File
@@ -80,8 +80,6 @@ class LightningModule(ABC, GradInformation, ModelIO, ModelHooks):
def __init__(self):
# put the dimensions of the first input to your system
self.example_input_array = torch.rand(5, 28 * 28)
"""
def __init__(self, *args, **kwargs):
-6
View File
@@ -1,9 +1,3 @@
"""
AAA
====================================
The trainer handles all the logic for running a val loop, training loop, distributing, etc.. .
"""
import os
import sys