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
|
|
|
|
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-01-17 11:03:31 +00:00
|
|
|
:caption: Start Here
|
2019-12-07 05:23:48 +00:00
|
|
|
|
2020-03-20 19:49:01 +00:00
|
|
|
new-project
|
2020-03-03 17:22:52 +00:00
|
|
|
introduction_guide
|
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-01-17 11:03:31 +00:00
|
|
|
:caption: Python API
|
|
|
|
|
|
|
|
callbacks
|
2020-02-27 12:35:20 +00:00
|
|
|
hooks
|
2020-01-17 11:03:31 +00:00
|
|
|
lightning-module
|
2020-02-11 04:55:22 +00:00
|
|
|
loggers
|
2020-05-19 15:05:07 +00:00
|
|
|
metrics
|
2020-01-17 11:03:31 +00:00
|
|
|
trainer
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
2020-03-03 15:52:16 +00:00
|
|
|
:name: Community Examples
|
|
|
|
:caption: Community Examples
|
2020-01-17 11:03:31 +00:00
|
|
|
|
2020-03-20 19:49:01 +00:00
|
|
|
Contextual Emotion Detection (DoubleDistilBert) <https://github.com/PyTorchLightning/emotion_transformer>
|
2020-05-17 14:05:11 +00:00
|
|
|
FasterRCNN object detection + Hydra <https://github.com/PyTorchLightning/wheat>
|
2020-03-20 19:49:01 +00:00
|
|
|
Generative Adversarial Network <https://colab.research.google.com/drive/1F_RNcHzTfFuQf-LeKvSlud6x7jXYkG31#scrollTo=TyYOdg8g77P0>
|
|
|
|
Hyperparameter optimization with Optuna <https://github.com/optuna/optuna/blob/master/examples/pytorch_lightning_simple.py>
|
|
|
|
Image Inpainting using Partial Convolutions <https://github.com/ryanwongsa/Image-Inpainting>
|
|
|
|
MNIST on TPU <https://colab.research.google.com/drive/1-_LKx4HwAxl5M6xPJmqAAu444LTDQoa3#scrollTo=BHBz1_AnamN_>
|
|
|
|
NER (transformers, TPU) <https://colab.research.google.com/drive/1dBN-wwYUngLYVt985wGs_OKPlK_ANB9D>
|
|
|
|
NeuralTexture (CVPR) <https://github.com/PyTorchLightning/neuraltexture>
|
|
|
|
Recurrent Attentive Neural Process <https://github.com/PyTorchLightning/attentive-neural-processes>
|
|
|
|
Siamese Nets for One-shot Image Recognition <https://github.com/PyTorchLightning/Siamese-Neural-Networks>
|
|
|
|
Speech Transformers <https://github.com/PyTorchLightning/speech-transformer-pytorch_lightning>
|
|
|
|
Transformers transfer learning (Huggingface) <https://colab.research.google.com/drive/1F_RNcHzTfFuQf-LeKvSlud6x7jXYkG31#scrollTo=yr7eaxkF-djf>
|
|
|
|
Transformers text classification <https://github.com/ricardorei/lightning-text-classification>
|
|
|
|
VAE Library of over 18+ VAE flavors <https://github.com/AntixK/PyTorch-VAE>
|
2020-01-17 11:03:31 +00:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
:name: Tutorials
|
|
|
|
:caption: Tutorials
|
|
|
|
|
2020-03-02 03:15:55 +00:00
|
|
|
From PyTorch to PyTorch Lightning <https://towardsdatascience.com/from-pytorch-to-pytorch-lightning-a-gentle-introduction-b371b7caaf09>
|
2020-01-17 11:03:31 +00:00
|
|
|
|
2020-05-17 14:05:11 +00:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
:name: project structure
|
|
|
|
:caption: Recommended Lightning Project Layout
|
|
|
|
|
|
|
|
Lightning project seed <https://github.com/PyTorchLightning/pytorch-lightning-conference-seed>
|
|
|
|
|
2020-01-17 11:03:31 +00:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
:name: Common Use Cases
|
|
|
|
:caption: Common Use Cases
|
|
|
|
|
2020-02-11 04:55:22 +00:00
|
|
|
apex
|
|
|
|
slurm
|
2020-03-03 15:52:16 +00:00
|
|
|
child_modules
|
2020-02-11 04:55:22 +00:00
|
|
|
debugging
|
|
|
|
experiment_logging
|
|
|
|
experiment_reporting
|
|
|
|
early_stopping
|
|
|
|
fast_training
|
|
|
|
hooks
|
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
|
2019-12-07 05:23:48 +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-02-27 21:07:51 +00:00
|
|
|
PULL_REQUEST_TEMPLATE.md
|
2020-01-17 11:03:31 +00:00
|
|
|
governance.md
|
2019-11-28 17:48:55 +00:00
|
|
|
|
|
|
|
Indices and tables
|
|
|
|
------------------
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`modindex`
|
|
|
|
* :ref:`search`
|
2020-03-20 19:49:01 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.. This is here to make sphinx aware of the modules but not throw an error/warning
|
|
|
|
.. toctree::
|
|
|
|
:hidden:
|
|
|
|
|
2020-05-04 20:53:06 +00:00
|
|
|
api/pytorch_lightning.core
|
|
|
|
api/pytorch_lightning.callbacks
|
|
|
|
api/pytorch_lightning.loggers
|
2020-05-19 15:05:07 +00:00
|
|
|
api/pytorch_lightning.metrics
|
2020-05-04 20:53:06 +00:00
|
|
|
api/pytorch_lightning.overrides
|
|
|
|
api/pytorch_lightning.profiler
|
|
|
|
api/pytorch_lightning.trainer
|
2020-05-17 14:05:11 +00:00
|
|
|
api/pytorch_lightning.utilities
|