.. 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 introduction_guide .. toctree:: :maxdepth: 2 :name: docs :caption: Python API callbacks hooks lightning-module loggers metrics trainer .. toctree:: :maxdepth: 1 :name: Community Examples :caption: Community Examples Contextual Emotion Detection (DoubleDistilBert) FasterRCNN object detection + Hydra Generative Adversarial Network Hyperparameter optimization with Optuna Image Inpainting using Partial Convolutions MNIST on TPU NER (transformers, TPU) NeuralTexture (CVPR) Recurrent Attentive Neural Process Siamese Nets for One-shot Image Recognition Speech Transformers Transformers transfer learning (Huggingface) Transformers text classification VAE Library of over 18+ VAE flavors .. toctree:: :maxdepth: 1 :name: Tutorials :caption: Tutorials From PyTorch to PyTorch Lightning .. toctree:: :maxdepth: 1 :name: project structure :caption: Recommended Lightning Project Layout Lightning project seed .. toctree:: :maxdepth: 1 :name: Common Use Cases :caption: Common Use Cases apex slurm child_modules debugging experiment_logging experiment_reporting early_stopping fast_training hooks hyperparameters lr_finder multi_gpu multiple_loaders weights_loading optimizers profiler single_gpu sequences training_tricks transfer_learning tpu test_set .. 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` .. This is here to make sphinx aware of the modules but not throw an error/warning .. toctree:: :hidden: api/pytorch_lightning.core api/pytorch_lightning.callbacks api/pytorch_lightning.loggers api/pytorch_lightning.metrics api/pytorch_lightning.overrides api/pytorch_lightning.profiler api/pytorch_lightning.trainer api/pytorch_lightning.utilities