updated docs
This commit is contained in:
parent
b5453a11cc
commit
644578fe3b
|
@ -27,6 +27,7 @@ PyTorch Lightning Documentation
|
||||||
metrics
|
metrics
|
||||||
results
|
results
|
||||||
trainer
|
trainer
|
||||||
|
tasks
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
Tasks
|
||||||
|
=====
|
||||||
|
To write
|
|
@ -0,0 +1,5 @@
|
||||||
|
|
||||||
|
class FastTask(object):
|
||||||
|
|
||||||
|
def __init__(self):
|
||||||
|
pass
|
Loading…
Reference in New Issue