2019-11-28 17:48:55 +00:00
|
|
|
.. 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.
|
|
|
|
|
2020-03-06 11:50:11 +00:00
|
|
|
PyTorch Lightning Documentation
|
2020-02-09 22:39:10 +00:00
|
|
|
===============================
|
2019-11-28 17:48:55 +00:00
|
|
|
|
2020-10-07 19:26:21 +00:00
|
|
|
|
2019-12-07 05:23:48 +00:00
|
|
|
.. toctree::
|
2020-01-17 11:03:31 +00:00
|
|
|
:maxdepth: 1
|
2019-12-07 05:23:48 +00:00
|
|
|
:name: start
|
2020-08-30 15:01:16 +00:00
|
|
|
:caption: Getting started
|
2019-12-07 05:23:48 +00:00
|
|
|
|
2021-01-26 20:07:07 +00:00
|
|
|
starter/new-project
|
|
|
|
starter/converting
|
|
|
|
starter/rapid_prototyping_templates
|
2020-08-30 15:01:16 +00:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
2020-10-11 17:12:19 +00:00
|
|
|
:name: guides
|
|
|
|
:caption: Best practices
|
2020-08-30 15:01:16 +00:00
|
|
|
|
2021-06-16 21:28:51 +00:00
|
|
|
guides/speed
|
2021-07-22 01:42:08 +00:00
|
|
|
guides/data
|
2021-01-26 20:07:07 +00:00
|
|
|
starter/style_guide
|
2020-10-12 15:13:26 +00:00
|
|
|
Lightning project template<https://github.com/PyTorchLightning/pytorch-lightning-conference-seed>
|
2021-01-26 20:07:07 +00:00
|
|
|
benchmarking/benchmarks
|
2020-10-12 15:13:26 +00:00
|
|
|
|
2019-12-07 05:23:48 +00:00
|
|
|
|
2020-08-30 13:31:36 +00:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
:name: pl_docs
|
|
|
|
:caption: Lightning API
|
|
|
|
|
2021-01-26 20:07:07 +00:00
|
|
|
common/lightning_module
|
|
|
|
common/trainer
|
2020-08-30 13:31:36 +00:00
|
|
|
|
2021-08-03 11:47:20 +00:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
:name: Common Use Cases
|
|
|
|
:caption: Common Use Cases
|
|
|
|
|
|
|
|
clouds/cloud_training
|
|
|
|
clouds/cluster
|
|
|
|
common/child_modules
|
|
|
|
common/debugging
|
|
|
|
common/early_stopping
|
|
|
|
common/hyperparameters
|
|
|
|
common/production_inference
|
|
|
|
advanced/ipu
|
|
|
|
common/lightning_cli
|
|
|
|
advanced/lr_finder
|
|
|
|
common/loggers
|
|
|
|
advanced/multi_gpu
|
|
|
|
advanced/advanced_gpu
|
2021-08-25 14:44:29 +00:00
|
|
|
advanced/mixed_precision
|
2021-08-03 11:47:20 +00:00
|
|
|
common/weights_loading
|
2021-09-02 10:18:03 +00:00
|
|
|
advanced/fault_tolerant_training
|
2021-08-13 16:35:31 +00:00
|
|
|
advanced/checkpoint_io
|
2021-08-03 11:47:20 +00:00
|
|
|
common/optimizers
|
|
|
|
advanced/profiler
|
|
|
|
advanced/sequences
|
|
|
|
common/single_gpu
|
|
|
|
advanced/training_tricks
|
|
|
|
advanced/pruning_quantization
|
|
|
|
advanced/transfer_learning
|
|
|
|
advanced/tpu
|
|
|
|
common/test_set
|
|
|
|
|
2019-12-07 05:23:48 +00:00
|
|
|
.. toctree::
|
2020-03-06 00:53:05 +00:00
|
|
|
:maxdepth: 2
|
2019-12-07 05:23:48 +00:00
|
|
|
:name: docs
|
2020-08-30 13:31:36 +00:00
|
|
|
:caption: Optional extensions
|
2020-01-17 11:03:31 +00:00
|
|
|
|
2021-01-26 20:07:07 +00:00
|
|
|
extensions/accelerators
|
|
|
|
extensions/callbacks
|
|
|
|
extensions/datamodules
|
|
|
|
extensions/logging
|
|
|
|
extensions/metrics
|
|
|
|
extensions/plugins
|
2020-08-16 03:57:33 +00:00
|
|
|
|
2020-10-11 17:12:19 +00:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
:name: Tutorials
|
|
|
|
:caption: Tutorials
|
|
|
|
|
2021-01-26 20:07:07 +00:00
|
|
|
starter/introduction_guide
|
2020-10-11 17:12:19 +00:00
|
|
|
PyTorch Lightning 101 class <https://www.youtube.com/playlist?list=PLaMu-SDt_RB5NUm67hU2pdE75j6KaIOv2>
|
|
|
|
From PyTorch to PyTorch Lightning [Blog] <https://towardsdatascience.com/from-pytorch-to-pytorch-lightning-a-gentle-introduction-b371b7caaf09>
|
|
|
|
From PyTorch to PyTorch Lightning [Video] <https://www.youtube.com/watch?v=QHww1JH7IDU>
|
2021-06-17 14:46:05 +00:00
|
|
|
notebooks/lightning_examples/mnist-hello-world.ipynb
|
|
|
|
notebooks/lightning_examples/datamodules.ipynb
|
|
|
|
notebooks/lightning_examples/cifar10-baseline.ipynb
|
|
|
|
notebooks/lightning_examples/basic-gan.ipynb
|
2021-07-27 14:00:13 +00:00
|
|
|
notebooks/lightning_examples/mnist-tpu-training.ipynb
|
2021-06-23 21:36:31 +00:00
|
|
|
notebooks/lightning_examples/text-transformers.ipynb
|
|
|
|
notebooks/lightning_examples/reinforce-learning-DQN.ipynb
|
2021-06-17 14:46:05 +00:00
|
|
|
notebooks/lightning_examples/augmentation_kornia.ipynb
|
2020-10-11 17:12:19 +00:00
|
|
|
|
2020-11-13 15:05:54 +00:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
:name: api
|
|
|
|
:caption: API References
|
|
|
|
|
|
|
|
api_references
|
|
|
|
|
2020-07-01 11:38:00 +00:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
:name: Bolts
|
|
|
|
:caption: Bolts
|
|
|
|
|
2021-01-26 20:07:07 +00:00
|
|
|
ecosystem/bolts
|
2020-07-01 11:38:00 +00:00
|
|
|
|
2020-01-17 11:03:31 +00:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
2020-08-30 13:31:36 +00:00
|
|
|
:name: Examples
|
|
|
|
:caption: Examples
|
|
|
|
|
2021-01-26 20:07:07 +00:00
|
|
|
ecosystem/community_examples
|
2021-03-30 17:22:59 +00:00
|
|
|
Autoencoder <https://lightning-bolts.readthedocs.io/en/latest/autoencoders.html#autoencoders>
|
|
|
|
BYOL <https://lightning-bolts.readthedocs.io/en/latest/self_supervised_models.html#byol>
|
|
|
|
DQN <https://lightning-bolts.readthedocs.io/en/latest/reinforce_learn.html#deep-q-network-dqn>
|
|
|
|
GAN <https://lightning-bolts.readthedocs.io/en/latest/gans.html#basic-gan>
|
|
|
|
GPT-2 <https://lightning-bolts.readthedocs.io/en/latest/convolutional.html#gpt-2>
|
|
|
|
Image-GPT <https://lightning-bolts.readthedocs.io/en/latest/convolutional.html#image-gpt>
|
|
|
|
SimCLR <https://lightning-bolts.readthedocs.io/en/latest/self_supervised_models.html#simclr>
|
|
|
|
VAE <https://lightning-bolts.readthedocs.io/en/latest/autoencoders.html#basic-vae>
|
2020-01-17 11:03:31 +00:00
|
|
|
|
2020-10-07 19:26:21 +00:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
:name: Partner Domain Frameworks
|
|
|
|
:caption: Partner Domain Frameworks
|
|
|
|
|
2021-01-26 20:07:07 +00:00
|
|
|
ecosystem/asr_nlp_tts
|
2020-10-07 19:26:21 +00:00
|
|
|
|
2019-11-28 17:48:55 +00:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
2021-07-01 15:19:09 +00:00
|
|
|
:name: Community
|
2019-12-07 05:23:48 +00:00
|
|
|
:caption: Community
|
2019-11-28 17:48:55 +00:00
|
|
|
|
2020-01-21 20:18:32 +00:00
|
|
|
|
2021-01-26 20:07:07 +00:00
|
|
|
generated/CODE_OF_CONDUCT.md
|
|
|
|
generated/CONTRIBUTING.md
|
|
|
|
generated/BECOMING_A_CORE_CONTRIBUTOR.md
|
2021-08-18 22:10:27 +00:00
|
|
|
governance
|
2021-01-26 20:07:07 +00:00
|
|
|
generated/CHANGELOG.md
|
2019-11-28 17:48:55 +00:00
|
|
|
|
|
|
|
Indices and tables
|
|
|
|
------------------
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`search`
|