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
|
|
|
|
2020-09-22 10:00:54 +00:00
|
|
|
new-project
|
2020-08-30 15:01:16 +00:00
|
|
|
converting
|
2020-10-11 13:35:51 +00:00
|
|
|
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
|
|
|
|
2020-10-11 17:12:19 +00:00
|
|
|
style_guide
|
2020-10-12 15:13:26 +00:00
|
|
|
performance
|
|
|
|
Lightning project template<https://github.com/PyTorchLightning/pytorch-lightning-conference-seed>
|
2020-12-17 11:03:45 +00:00
|
|
|
benchmarking
|
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
|
|
|
|
|
2020-09-14 01:04:21 +00:00
|
|
|
lightning_module
|
2020-08-30 13:31:36 +00:00
|
|
|
trainer
|
|
|
|
|
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
|
|
|
|
2020-11-08 22:24:41 +00:00
|
|
|
accelerators
|
2020-01-17 11:03:31 +00:00
|
|
|
callbacks
|
2020-07-26 05:38:55 +00:00
|
|
|
datamodules
|
2020-10-06 22:53:39 +00:00
|
|
|
logging
|
2020-05-19 15:05:07 +00:00
|
|
|
metrics
|
2020-10-22 09:15:51 +00:00
|
|
|
plugins
|
2020-08-16 03:57:33 +00:00
|
|
|
|
2020-10-11 17:12:19 +00:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
:name: Tutorials
|
|
|
|
:caption: Tutorials
|
|
|
|
|
|
|
|
introduction_guide
|
|
|
|
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>
|
|
|
|
|
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
|
|
|
|
|
|
|
|
bolts
|
|
|
|
|
2020-01-17 11:03:31 +00:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
2020-08-30 13:31:36 +00:00
|
|
|
:name: Examples
|
|
|
|
:caption: Examples
|
|
|
|
|
2020-11-18 20:03:55 +00:00
|
|
|
pytorch_ecoystem
|
2020-08-30 13:31:36 +00:00
|
|
|
community_examples
|
|
|
|
Autoencoder <https://pytorch-lightning-bolts.readthedocs.io/en/latest/autoencoders.html#autoencoders>
|
|
|
|
BYOL <https://pytorch-lightning-bolts.readthedocs.io/en/latest/self_supervised_models.html#byol>
|
|
|
|
DQN <https://pytorch-lightning-bolts.readthedocs.io/en/latest/reinforce_learn.html#deep-q-network-dqn>
|
|
|
|
GAN <https://pytorch-lightning-bolts.readthedocs.io/en/latest/gans.html#basic-gan>
|
|
|
|
GPT-2 <https://pytorch-lightning-bolts.readthedocs.io/en/latest/convolutional.html#gpt-2>
|
|
|
|
Image-GPT <https://pytorch-lightning-bolts.readthedocs.io/en/latest/convolutional.html#image-gpt>
|
|
|
|
SimCLR <https://pytorch-lightning-bolts.readthedocs.io/en/latest/self_supervised_models.html#simclr>
|
|
|
|
VAE <https://pytorch-lightning-bolts.readthedocs.io/en/latest/autoencoders.html#basic-vae>
|
2020-01-17 11:03:31 +00:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
:name: Common Use Cases
|
|
|
|
:caption: Common Use Cases
|
|
|
|
|
2020-10-12 16:15:33 +00:00
|
|
|
cloud_training
|
2020-09-14 01:04:21 +00:00
|
|
|
amp
|
2020-02-11 04:55:22 +00:00
|
|
|
slurm
|
2020-03-03 15:52:16 +00:00
|
|
|
child_modules
|
2020-02-11 04:55:22 +00:00
|
|
|
debugging
|
2020-10-06 22:53:39 +00:00
|
|
|
loggers
|
2020-02-11 04:55:22 +00:00
|
|
|
early_stopping
|
|
|
|
fast_training
|
2020-03-03 15:52:16 +00:00
|
|
|
hyperparameters
|
2020-04-10 18:34:23 +00:00
|
|
|
lr_finder
|
2020-02-11 04:55:22 +00:00
|
|
|
multi_gpu
|
2020-04-08 15:38:12 +00:00
|
|
|
multiple_loaders
|
2020-03-02 22:12:22 +00:00
|
|
|
weights_loading
|
2020-03-03 21:42:49 +00:00
|
|
|
optimizers
|
|
|
|
profiler
|
2020-02-11 04:55:22 +00:00
|
|
|
single_gpu
|
|
|
|
sequences
|
|
|
|
training_tricks
|
2020-03-03 15:52:16 +00:00
|
|
|
transfer_learning
|
2020-02-17 21:01:20 +00:00
|
|
|
tpu
|
2020-02-11 04:55:22 +00:00
|
|
|
test_set
|
2020-07-31 10:27:57 +00:00
|
|
|
production_inference
|
2019-12-07 05:23:48 +00:00
|
|
|
|
2020-10-07 19:26:21 +00:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
:name: Partner Domain Frameworks
|
|
|
|
:caption: Partner Domain Frameworks
|
|
|
|
|
2020-10-25 10:57:04 +00:00
|
|
|
asr_nlp_tts
|
2020-10-07 19:26:21 +00:00
|
|
|
|
2019-11-28 17:48:55 +00:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
2019-12-07 05:23:48 +00:00
|
|
|
:name: community
|
|
|
|
:caption: Community
|
2019-11-28 17:48:55 +00:00
|
|
|
|
2020-01-21 20:18:32 +00:00
|
|
|
|
2019-12-07 05:23:48 +00:00
|
|
|
CODE_OF_CONDUCT.md
|
|
|
|
CONTRIBUTING.md
|
|
|
|
BECOMING_A_CORE_CONTRIBUTOR.md
|
2020-01-17 11:03:31 +00:00
|
|
|
governance.md
|
2020-10-07 18:51:35 +00:00
|
|
|
CHANGELOG.md
|
2019-11-28 17:48:55 +00:00
|
|
|
|
|
|
|
Indices and tables
|
|
|
|
------------------
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`search`
|