mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-02 12:40:56 +08:00
* add more underline * fix LightningMudule import error * remove unneeded blank line * escape asterisk to fix inline emphasis warning * add PULL_REQUEST_TEMPLATE.md * add __init__.py and import imagenet_example * fix duplicate label * add noindex option to fix duplicate object warnings * remove unexpected indent * refer explicit LightningModule * fix minor bug * refer EarlyStopping explicitly * restore exclude patterns * change the way how to refer class * remove unused import * update badges & drop Travis/Appveyor (#826) * drop Travis * drop Appveyor * update badges * fix missing PyPI images & CI badges (#853) * docs - anchor links (#848) * docs - add links * add desc. * add Greeting action (#843) * add Greeting action * Update greetings.yml Co-authored-by: William Falcon <waf2107@columbia.edu> * add pep8speaks (#842) * advanced profiler describe + cleaned up tests (#837) * add py36 compatibility * add test case to capture previous bug * clean up tests * clean up tests * Update lightning_module_template.py * Update lightning.py * respond lint issues * break long line * break more lines * checkout conflicting files from master * shorten url * checkout from upstream/master * remove trailing whitespaces * remove unused import LightningModule * fix sphinx bot warnings * Apply suggestions from code review just to trigger CI * Update .github/workflows/greetings.yml Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com> Co-authored-by: William Falcon <waf2107@columbia.edu> Co-authored-by: Jeremy Jordan <13970565+jeremyjordan@users.noreply.github.com>
83 lines
1.3 KiB
ReStructuredText
83 lines
1.3 KiB
ReStructuredText
.. PyTorch-Lightning documentation master file, created by
|
|
sphinx-quickstart on Fri Nov 15 07:48:22 2019.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
PyTorch-Lightning Documentation
|
|
===============================
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:name: start
|
|
:caption: Start Here
|
|
|
|
new-project
|
|
|
|
.. toctree::
|
|
:maxdepth: 4
|
|
:name: docs
|
|
:caption: Python API
|
|
|
|
callbacks
|
|
hooks
|
|
lightning-module
|
|
loggers
|
|
trainer
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:name: Examples
|
|
:caption: Examples
|
|
|
|
examples
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:name: Tutorials
|
|
:caption: Tutorials
|
|
|
|
tutorials
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:name: Common Use Cases
|
|
:caption: Common Use Cases
|
|
|
|
apex
|
|
checkpointing
|
|
slurm
|
|
debugging
|
|
experiment_logging
|
|
experiment_reporting
|
|
early_stopping
|
|
fast_training
|
|
hooks
|
|
multi_gpu
|
|
single_gpu
|
|
sequences
|
|
training_tricks
|
|
tpu
|
|
test_set
|
|
optimizers
|
|
profiler
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:name: community
|
|
:caption: Community
|
|
|
|
|
|
CODE_OF_CONDUCT.md
|
|
CONTRIBUTING.md
|
|
BECOMING_A_CORE_CONTRIBUTOR.md
|
|
PULL_REQUEST_TEMPLATE.md
|
|
governance.md
|
|
|
|
Indices and tables
|
|
------------------
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|