Rohit Gupta
|
cc42aa9401
|
Improve checkpoint docs (#10916)
|
2021-12-16 16:21:59 +00:00 |
Adam J. Stewart
|
b8ac17624d
|
Docs: fix mistakes in New Project docs (#10137)
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
|
2021-10-28 12:31:02 +00:00 |
Adrian Wälchli
|
7a9151637c
|
loop customization docs (#9609)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: thomas chaton <thomas@grid.ai>
Co-authored-by: edenlightning <66261195+edenlightning@users.noreply.github.com>
|
2021-10-18 09:43:11 +00:00 |
Sean Benhur J
|
c49786bed3
|
Fixes colab links for lightning in 2steps documentation (#9038)
Co-authored-by: Ethan Harris <ewah1g13@soton.ac.uk>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
|
2021-08-23 19:25:21 +00:00 |
ananthsub
|
b47e3ab7ce
|
Remove truncated_bptt_steps from Trainer constructor (#8825)
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
|
2021-08-11 03:26:01 +00:00 |
Carlos Mocholí
|
93784da2c3
|
Fix pre-commit blacken-docs failures (#8624)
|
2021-07-30 12:10:15 +00:00 |
Carlos Mocholí
|
47c47faeae
|
Remove `outputs` in `on_train_epoch_end` hooks (#8587)
|
2021-07-28 18:27:54 +02:00 |
edenlightning
|
20fc8cf063
|
[Docs revamp 2/N] New doc for managing data (#8034)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: thomas chaton <thomas@grid.ai>
Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
Co-authored-by: ananthsub <ananth.subramaniam@gmail.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: Ethan Harris <ewah1g13@soton.ac.uk>
Co-authored-by: Ethan Harris <ethanwharris@gmail.com>
|
2021-07-22 01:42:08 +00:00 |
edenlightning
|
5647087f03
|
New speed documentation (#7665)
* amp
* amp
* docs
* add guides
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* amp
* amp
* docs
* add guides
* speed guides
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Delete ds.txt
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update conf.py
* Update docs.txt
* remove 16 bit
* remove finetune from speed guide
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* speed
* speed
* speed
* speed
* speed
* speed
* speed
* speed
* speed
* speed
* speed
* speed
* remove early stopping from speed guide
* remove early stopping from speed guide
* remove early stopping from speed guide
* fix label
* fix sync
* reviews
* Update trainer.rst
* Update trainer.rst
* Update speed.rst
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2021-06-16 21:28:51 +00:00 |
Carlos Mocholí
|
b65ae79478
|
Automatically check `DataModule.has_{setup,teardown,prepare_data}` [2/2] (#7238)
* Automatically check `DataModule.has_{setup,teardown,prepare_data}`
* Use variable
* Spacing
* Docs
* Update CHANGELOG
* Remove `_DataModuleWrapper`
* Add test
* Update docs/source/extensions/datamodules.rst
* Bad merge
* add test for invalid name
* Remove ValueError
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
|
2021-05-11 10:53:00 +02:00 |
edenlightning
|
3ec54203bb
|
Fix slack link (#7452)
* Update README.md
* Update Slack link
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
|
2021-05-10 08:50:14 +00:00 |
PythicCoder
|
8bffa4f0ca
|
Updated docs to fix typo and update grid status (#7270)
* Updated docs to fix typo and update grid status
* Update docs/source/starter/new-project.rst
Co-authored-by: ananthsub <ananth.subramaniam@gmail.com>
* Update docs/source/starter/new-project.rst
* Update docs/source/starter/new-project.rst
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: ananthsub <ananth.subramaniam@gmail.com>
Co-authored-by: Kaushik B <45285388+kaushikb11@users.noreply.github.com>
|
2021-04-30 12:45:17 +01:00 |
Adrian Wälchli
|
d902181b50
|
Update `ClusterEnvironment` docs (#7120)
* update cluster
* update index
* update references
* update grid docs
* update duplicated title
* Update docs/source/clouds/cloud_training.rst
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
* fix doctest
* Remove self-balancing section
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
|
2021-04-22 01:38:16 +02:00 |
Jirka Borovec
|
4cf6bfac48
|
update notebooks (#6968)
|
2021-04-13 23:04:46 +00:00 |
Jirka Borovec
|
f2021ed225
|
docs: lightning-bolts (#6967)
|
2021-04-13 18:49:48 +00:00 |
Eric Rubiel
|
b1e3dcc607
|
Use `pl.LightningModule` in new-project docs (#6656)
|
2021-03-24 00:08:57 +01:00 |
Carlos Mocholí
|
efd272a3ca
|
Pass {fit,validate,test,predict} to setup() and teardown() (#6386)
|
2021-03-08 15:27:07 +01:00 |
Rohit Gupta
|
38a5fe7af1
|
Remove optimizer_idx arg in manual optimization (#6093)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: chaton <thomas@grid.ai>
|
2021-03-07 08:48:50 +01:00 |
Akihiro Nitta
|
925f082572
|
Call `optimizer.zero_grad()` before backward inside closure in AutoOpt (#6147)
Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
|
2021-03-01 14:36:46 +01:00 |
Rohit Gupta
|
c7130b7e1e
|
Update with GitHub Discussions (#6186)
|
2021-02-25 00:28:23 +05:30 |
Jirka Borovec
|
09baf29ecb
|
prune deprecated profiler as bool (#6164)
* prune profiler
* chlog
|
2021-02-24 09:08:21 +00:00 |
Rohit Gupta
|
b0074a471a
|
Update auto-opt docs (#6037)
* fix docs
* update on comments
* Apply suggestions from code review
Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
* Apply suggestions from code review
Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
* Apply suggestions from code review
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
* rm comment
* Update docs/source/common/lightning_module.rst
Co-authored-by: chaton <thomas@grid.ai>
Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: chaton <thomas@grid.ai>
|
2021-02-18 19:51:56 +00:00 |
Alex Parinov
|
78918a9e8e
|
Rename opt_idx to optimizer_idx in docs for complex training loops (#5712)
|
2021-02-05 21:40:40 +01:00 |
Jirka Borovec
|
d5c107fa96
|
Docs: move images (#5756)
* move images
* logo
|
2021-02-03 15:08:19 +00:00 |
Jirka Borovec
|
dee5553b2b
|
move to Pages dir (#4869)
* folders
* common / advanced / extensions
* paths
* flake8
* isort
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
|
2021-01-26 15:07:07 -05:00 |