fixed left menu

This commit is contained in:
William Falcon
2020-01-16 07:27:02 -05:00
parent c6c67a34ad
commit f9285787a1
3 changed files with 12 additions and 1 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ PyTorch-Lightning Documentation
:name: docs
:caption: Python API
documentation
trainer
lightning-module
.. toctree::
:maxdepth: 1
+5
View File
@@ -1,3 +1,8 @@
"""
LightningModule
====================================
"""
import os
import warnings
import collections
+5
View File
@@ -1,4 +1,7 @@
"""
AAA
====================================
The trainer handles all the logic for running a val loop, training loop, distributing, etc.. .
"""
@@ -50,6 +53,8 @@ class Trainer(TrainerIOMixin,
TrainerTrainLoopMixin,
TrainerCallbackConfigMixin,
):
r"""Abstract base class used to build new callbacks.
"""
def __init__(
self,