parent
b345e42bee
commit
ffc229e801
|
@ -8,8 +8,8 @@
|
||||||
|
|
||||||
.. _callbacks:
|
.. _callbacks:
|
||||||
|
|
||||||
Callbacks
|
Callback
|
||||||
=========
|
========
|
||||||
A callback is a self-contained program that can be reused across projects.
|
A callback is a self-contained program that can be reused across projects.
|
||||||
|
|
||||||
Lightning has a callback system to execute callbacks when needed. Callbacks should capture NON-ESSENTIAL
|
Lightning has a callback system to execute callbacks when needed. Callbacks should capture NON-ESSENTIAL
|
||||||
|
|
|
@ -27,6 +27,12 @@ PyTorch Lightning Documentation
|
||||||
metrics
|
metrics
|
||||||
results
|
results
|
||||||
trainer
|
trainer
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
:name: tasks
|
||||||
|
:caption: Tasks
|
||||||
|
|
||||||
tasks
|
tasks
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
|
Loading…
Reference in New Issue