Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lightning Lite docs #10176

Merged
merged 31 commits into from
Oct 30, 2021
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
ff5f03d
docs
awaelchli Oct 27, 2021
3b96f2a
reset conf
awaelchli Oct 27, 2021
87602e8
Update docs/source/starter/lightning_lite.rst
awaelchli Oct 28, 2021
d0882a0
rename save and load methods
awaelchli Oct 28, 2021
7956f89
add autocast method example
awaelchli Oct 28, 2021
3070610
fix class -> meth
awaelchli Oct 28, 2021
fd05c83
Merge branch 'master' into lightning-lite/docs
awaelchli Oct 28, 2021
201baac
add seed_everything to doc
awaelchli Oct 28, 2021
24b6fb1
Apply suggestions from code review
awaelchli Oct 29, 2021
fe64006
typos
awaelchli Oct 29, 2021
ccd5c16
recommend removing .to calls
awaelchli Oct 29, 2021
289fb0c
Merge branch 'master' into lightning-lite/docs
tchaton Oct 29, 2021
9abec68
update
tchaton Oct 29, 2021
3496ad3
update
tchaton Oct 29, 2021
a9a42b4
name repetition
awaelchli Oct 29, 2021
b092057
update
tchaton Oct 29, 2021
fec8a94
Merge branch 'lightning-lite/docs' of https://github.com/PyTorchLight…
tchaton Oct 29, 2021
7f174da
update on comments
tchaton Oct 30, 2021
835573a
cleanup
tchaton Oct 30, 2021
14e02c8
update
tchaton Oct 30, 2021
9e880e5
update
tchaton Oct 30, 2021
63829dc
upddate
tchaton Oct 30, 2021
db29943
typo
tchaton Oct 30, 2021
5302c85
remove the note
tchaton Oct 30, 2021
a81e2d9
Update docs/source/starter/lightning_lite.rst
justusschock Oct 30, 2021
ad73baf
update
tchaton Oct 30, 2021
97e0e7e
update
tchaton Oct 30, 2021
b070ea6
update
tchaton Oct 30, 2021
5f98aeb
typo
tchaton Oct 30, 2021
b50d896
typo
tchaton Oct 30, 2021
6d2b14b
update
tchaton Oct 30, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/source/api_references.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,17 @@ Trainer API

trainer

LightningLite API
-----------------

.. currentmodule:: pytorch_lightning.lite

.. autosummary::
:toctree: api
:nosignatures:

LightningLite

Tuner API
---------

Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ PyTorch Lightning
starter/new-project
starter/converting
starter/rapid_prototyping_templates
starter/lightning_lite

.. toctree::
:maxdepth: 1
Expand All @@ -33,7 +34,6 @@ PyTorch Lightning
Lightning project template<https://github.com/PyTorchLightning/pytorch-lightning-conference-seed>
benchmarking/benchmarks


.. toctree::
:maxdepth: 2
:name: pl_docs
Expand Down
Loading