lightning/docs/source/index.rst

143 lines
3.1 KiB
ReStructuredText
Raw Normal View History

.. 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
===============================
[ci skip] NeMo Documentation for PyTorch Lightning (#3707) * initial commit Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * doc clean up Co-authored-by: William Falcon <waf2107@columbia.edu>
2020-10-07 19:26:21 +00:00
.. toctree::
clean v2 docs (#691) * updated gitignore * Update README.md * updated gitignore * updated links in ninja file * updated docs * Update README.md * Update README.md * finished callbacks * finished callbacks * finished callbacks * fixed left menu * added callbacks to menu * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * fixing TensorBoard (#687) * flake8 * fix typo * fix tensorboardlogger drop test_tube dependence * formatting * fix tensorboard & tests * upgrade Tensorboard * test formatting separately * try to fix JIT issue * add tests for 1.4 * added direct links to docs * updated gitignore * updated links in ninja file * updated docs * finished callbacks * finished callbacks * finished callbacks * fixed left menu * added callbacks to menu * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * finished rebase * making private members * making private members * making private members * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * set auto dp if no backend * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * fixed lightning import * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * finished lightning module * finished lightning module * finished lightning module * finished lightning module * added callbacks * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * set auto dp if no backend * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * flake 8 * flake 8 Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2020-01-17 11:03:31 +00:00
:maxdepth: 1
:name: start
:caption: Getting started
new-project
converting
2020-10-11 13:35:51 +00:00
rapid_prototyping_templates
.. toctree::
:maxdepth: 1
:name: guides
:caption: Best practices
style_guide
performance
Lightning project template<https://github.com/PyTorchLightning/pytorch-lightning-conference-seed>
benchmarking
.. toctree::
:maxdepth: 2
:name: pl_docs
:caption: Lightning API
lightning_module
trainer
.. toctree::
2020-03-06 00:53:05 +00:00
:maxdepth: 2
:name: docs
:caption: Optional extensions
clean v2 docs (#691) * updated gitignore * Update README.md * updated gitignore * updated links in ninja file * updated docs * Update README.md * Update README.md * finished callbacks * finished callbacks * finished callbacks * fixed left menu * added callbacks to menu * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * fixing TensorBoard (#687) * flake8 * fix typo * fix tensorboardlogger drop test_tube dependence * formatting * fix tensorboard & tests * upgrade Tensorboard * test formatting separately * try to fix JIT issue * add tests for 1.4 * added direct links to docs * updated gitignore * updated links in ninja file * updated docs * finished callbacks * finished callbacks * finished callbacks * fixed left menu * added callbacks to menu * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * finished rebase * making private members * making private members * making private members * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * set auto dp if no backend * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * fixed lightning import * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * finished lightning module * finished lightning module * finished lightning module * finished lightning module * added callbacks * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * set auto dp if no backend * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * flake 8 * flake 8 Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2020-01-17 11:03:31 +00:00
accelerators
clean v2 docs (#691) * updated gitignore * Update README.md * updated gitignore * updated links in ninja file * updated docs * Update README.md * Update README.md * finished callbacks * finished callbacks * finished callbacks * fixed left menu * added callbacks to menu * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * fixing TensorBoard (#687) * flake8 * fix typo * fix tensorboardlogger drop test_tube dependence * formatting * fix tensorboard & tests * upgrade Tensorboard * test formatting separately * try to fix JIT issue * add tests for 1.4 * added direct links to docs * updated gitignore * updated links in ninja file * updated docs * finished callbacks * finished callbacks * finished callbacks * fixed left menu * added callbacks to menu * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * finished rebase * making private members * making private members * making private members * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * set auto dp if no backend * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * fixed lightning import * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * finished lightning module * finished lightning module * finished lightning module * finished lightning module * added callbacks * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * set auto dp if no backend * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * flake 8 * flake 8 Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2020-01-17 11:03:31 +00:00
callbacks
2020-07-26 05:38:55 +00:00
datamodules
logging
New metric classes (#1326) (#1877) * New metric classes (#1326) * Create metrics package * Create metric.py * Create utils.py * Create __init__.py * add tests for metric utils * add docstrings for metrics utils * add function to recursively apply other function to collection * add tests for this function * update test * Update pytorch_lightning/metrics/metric.py Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com> * update metric name * remove example docs * fix tests * add metric tests * fix to tensor conversion * fix apply to collection * Update CHANGELOG.md * Update pytorch_lightning/metrics/metric.py Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com> * remove tests from init * add missing type annotations * rename utils to convertors * Create metrics.rst * Update index.rst * Update index.rst * Update pytorch_lightning/metrics/convertors.py Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com> * Update pytorch_lightning/metrics/convertors.py Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com> * Update pytorch_lightning/metrics/convertors.py Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com> * Update pytorch_lightning/metrics/metric.py Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com> * Update tests/utilities/test_apply_to_collection.py Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com> * Update tests/utilities/test_apply_to_collection.py Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com> * Update tests/metrics/convertors.py Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com> * Apply suggestions from code review Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com> * add doctest example * rename file and fix imports * added parametrized test * replace lambda with inlined function * rename apply_to_collection to apply_func * Separated class description from init args * Apply suggestions from code review Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com> * adjust random values * suppress output when seeding * remove gpu from doctest * Add requested changes and add ellipsis for doctest * forgot to push these files... * add explicit check for dtype to convert to * fix ddp tests * remove explicit ddp destruction Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com> * move dtype device mixin to more general place * refactor to general device dtype mixin * add initial metric package description * change default to none for mac os * pep8 * fix import * Update index.rst * Update ci-testing.yml * Apply suggestions from code review Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com> * Update CHANGELOG.md * Update pytorch_lightning/metrics/converters.py * readme * Update metric.py * Update pytorch_lightning/metrics/converters.py Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com> Co-authored-by: William Falcon <waf2107@columbia.edu> Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com> Co-authored-by: Jirka <jirka@pytorchlightning.ai>
2020-05-19 15:05:07 +00:00
metrics
plugins
.. 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>
.. toctree::
:maxdepth: 2
:name: api
:caption: API References
api_references
.. toctree::
:maxdepth: 1
:name: Bolts
:caption: Bolts
bolts
clean v2 docs (#691) * updated gitignore * Update README.md * updated gitignore * updated links in ninja file * updated docs * Update README.md * Update README.md * finished callbacks * finished callbacks * finished callbacks * fixed left menu * added callbacks to menu * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * fixing TensorBoard (#687) * flake8 * fix typo * fix tensorboardlogger drop test_tube dependence * formatting * fix tensorboard & tests * upgrade Tensorboard * test formatting separately * try to fix JIT issue * add tests for 1.4 * added direct links to docs * updated gitignore * updated links in ninja file * updated docs * finished callbacks * finished callbacks * finished callbacks * fixed left menu * added callbacks to menu * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * finished rebase * making private members * making private members * making private members * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * set auto dp if no backend * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * fixed lightning import * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * finished lightning module * finished lightning module * finished lightning module * finished lightning module * added callbacks * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * set auto dp if no backend * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * flake 8 * flake 8 Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2020-01-17 11:03:31 +00:00
.. toctree::
:maxdepth: 1
:name: Examples
:caption: Examples
pytorch_ecoystem
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>
clean v2 docs (#691) * updated gitignore * Update README.md * updated gitignore * updated links in ninja file * updated docs * Update README.md * Update README.md * finished callbacks * finished callbacks * finished callbacks * fixed left menu * added callbacks to menu * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * fixing TensorBoard (#687) * flake8 * fix typo * fix tensorboardlogger drop test_tube dependence * formatting * fix tensorboard & tests * upgrade Tensorboard * test formatting separately * try to fix JIT issue * add tests for 1.4 * added direct links to docs * updated gitignore * updated links in ninja file * updated docs * finished callbacks * finished callbacks * finished callbacks * fixed left menu * added callbacks to menu * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * finished rebase * making private members * making private members * making private members * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * set auto dp if no backend * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * fixed lightning import * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * finished lightning module * finished lightning module * finished lightning module * finished lightning module * added callbacks * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * set auto dp if no backend * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * flake 8 * flake 8 Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
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
amp
slurm
child_modules
debugging
loggers
early_stopping
fast_training
hyperparameters
lr_finder
multi_gpu
multiple_loaders
weights_loading
optimizers
profiler
single_gpu
sequences
training_tricks
transfer_learning
Enable TPU support (#868) * added tpu docs * added tpu flags * add tpu docs + init training call * amp * amp * amp * amp * optimizer step * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * fix test pkg create (#873) * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added test return and print * added test return and print * added test return and print * added test return and print * added test return and print * Update pytorch_lightning/trainer/trainer.py Co-Authored-By: Luis Capelo <luiscape@gmail.com> * Fix segmentation example (#876) * removed torchvision model and added custom model * minor fix * Fixed relative imports issue * Fix/typo (#880) * Update greetings.yml * Update greetings.yml * Changelog (#869) * Create CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update PULL_REQUEST_TEMPLATE.md * Update PULL_REQUEST_TEMPLATE.md * Add PR links to Version 0.6.0 in CHANGELOG.md * Add PR links for Unreleased in CHANGELOG.md * Update PULL_REQUEST_TEMPLATE.md * Fixing Function Signatures (#871) * added tpu docs * added tpu flags * add tpu docs + init training call * amp * amp * amp * amp * optimizer step * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added auto data transfer to TPU * added test return and print * added test return and print * added test return and print * added test return and print * added test return and print * added test return and print * added test return and print * added test return and print Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com> Co-authored-by: Luis Capelo <luiscape@gmail.com> Co-authored-by: Akshay Kulkarni <akshayk.vnit@gmail.com> Co-authored-by: Ethan Harris <ewah1g13@soton.ac.uk> Co-authored-by: Shikhar Chauhan <xssChauhan@users.noreply.github.com>
2020-02-17 21:01:20 +00:00
tpu
test_set
production_inference
[ci skip] NeMo Documentation for PyTorch Lightning (#3707) * initial commit Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * doc clean up Co-authored-by: William Falcon <waf2107@columbia.edu>
2020-10-07 19:26:21 +00:00
.. toctree::
:maxdepth: 1
:name: Partner Domain Frameworks
:caption: Partner Domain Frameworks
asr_nlp_tts
[ci skip] NeMo Documentation for PyTorch Lightning (#3707) * initial commit Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * updated Signed-off-by: ericharper <complex451@gmail.com> * doc clean up Co-authored-by: William Falcon <waf2107@columbia.edu>
2020-10-07 19:26:21 +00:00
.. toctree::
:maxdepth: 1
:name: community
:caption: Community
Clean docs (#725) * updated gitignore * updated gitignore * updated links in ninja file * updated docs * finished callbacks * finished callbacks * finished callbacks * fixed left menu * added callbacks to menu * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * updated gitignore * updated links in ninja file * updated docs * finished callbacks * finished callbacks * finished callbacks * fixed left menu * added callbacks to menu * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * finished rebase * making private members * making private members * making private members * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * set auto dp if no backend * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * fixed lightning import * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * finished lightning module * finished lightning module * finished lightning module * finished lightning module * added callbacks * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * set auto dp if no backend * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * flake 8 * flake 8 * fix docs path * updated gitignore * updated gitignore * updated links in ninja file * updated docs * finished callbacks * finished callbacks * finished callbacks * fixed left menu * added callbacks to menu * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * updated gitignore * updated docs * finished callbacks * finished callbacks * finished callbacks * fixed left menu * added callbacks to menu * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * finished rebase * making private members * making private members * making private members * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * set auto dp if no backend * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * fixed lightning import * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * finished lightning module * finished lightning module * finished lightning module * finished lightning module * added callbacks * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * flake 8 * flake 8 * fix docs path * flake 8 * Update theme_variables.jinja
2020-01-21 20:18:32 +00:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
BECOMING_A_CORE_CONTRIBUTOR.md
clean v2 docs (#691) * updated gitignore * Update README.md * updated gitignore * updated links in ninja file * updated docs * Update README.md * Update README.md * finished callbacks * finished callbacks * finished callbacks * fixed left menu * added callbacks to menu * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * fixing TensorBoard (#687) * flake8 * fix typo * fix tensorboardlogger drop test_tube dependence * formatting * fix tensorboard & tests * upgrade Tensorboard * test formatting separately * try to fix JIT issue * add tests for 1.4 * added direct links to docs * updated gitignore * updated links in ninja file * updated docs * finished callbacks * finished callbacks * finished callbacks * fixed left menu * added callbacks to menu * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * added direct links to docs * finished rebase * making private members * making private members * making private members * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * set auto dp if no backend * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * working on trainer docs * fixed lightning import * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * cleared spaces * finished lightning module * finished lightning module * finished lightning module * finished lightning module * added callbacks * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * set auto dp if no backend * added loggers * added loggers * added loggers * added loggers * added loggers * added loggers * flake 8 * flake 8 Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2020-01-17 11:03:31 +00:00
governance.md
CHANGELOG.md
Indices and tables
------------------
* :ref:`genindex`
* :ref:`search`