Commit Graph

503 Commits

Author SHA1 Message Date
William Falcon 0345fcfaad
Update README.md 2021-02-13 14:44:19 -05:00
William Falcon 194f048263
Update README.md 2021-02-13 14:41:38 -05:00
William Falcon d924dd6a41
Update README.md 2021-02-13 14:01:34 -05:00
William Falcon 11942558d0
Update README.md 2021-02-13 13:50:18 -05:00
William Falcon e839d3bc22
Update README.md 2021-02-13 13:43:29 -05:00
William Falcon ecf995bad9
Update README.md 2021-02-13 12:31:03 -05:00
William Falcon 891fc64af7
Update README.md 2021-02-13 12:27:44 -05:00
William Falcon fcf894b621
Update README.md 2021-02-13 12:21:31 -05:00
William Falcon 68aac1f9df
Update README.md 2021-02-13 12:13:14 -05:00
William Falcon 7e69fbbc2e
Update README.md 2021-02-13 11:52:02 -05:00
William Falcon d81851843e
Update README.md 2021-02-13 11:51:33 -05:00
Jirka Borovec 388eeea52d
bye bye Drone (#5901) 2021-02-10 09:13:38 -05:00
William Falcon da02ac30fb Update README.md 2021-02-05 21:40:40 +01: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
Carlos Mocholí 4d9c51d316 Update help steps (#5564)
* Update help steps

* Update README.md

Co-authored-by: edenlightning <66261195+edenlightning@users.noreply.github.com>

* Update README.md

* Update README.md

Co-authored-by: edenlightning <66261195+edenlightning@users.noreply.github.com>
2021-02-04 20:55:40 +01:00
Jirka Borovec d5c107fa96
Docs: move images (#5756)
* move images

* logo
2021-02-03 15:08:19 +00:00
chaton 0435e23a64 deprecate enable_pl_optimizer as it is not restored properly (#5244)
* update

* clean test

* still in progress

* udpdate test

* update

* update

* resolve flake

* add test for zero_grad

* update

* works without accumulated_grad

* update

* update

* resolve amp

* revert back to True

* update

* clean tests

* cleaned out

* typo

* update test

* git repare bug

* remove print

* udpate

* Fix formatting/optimizer imports

* Refactor the test for cleanliness

* Add vanilla model to the test, better var names

* Fixed var names, let's clean up these mock tests

* repare test

* update test

* resolve flake8

* add manual_optimization

* update tests

* resolve flake8

* add random accumulate_grad_batches

* improve test

* Update tests/trainer/optimization/test_parity_automatic_optimization.py

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* Update tests/trainer/optimization/test_parity_automatic_optimization.py

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* update

* clean tests

* correct bug

* Apply suggestions from code review

* format

* adress comments

* update on comments

* wip

* typo

* depreceate enable_pl_optimizer

* resolve latest bugs

* update

* resolve merge

* add comment

* Update pytorch_lightning/core/lightning.py

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* Update tests/deprecated_api/test_remove_1-3.py

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* Update pytorch_lightning/trainer/connectors/optimizer_connector.py

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* Update pytorch_lightning/trainer/trainer.py

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* Update pytorch_lightning/trainer/trainer.py

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* Update tests/trainer/optimization/test_parity_automatic_optimization.py

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* update on comments

* update restore

* add a property

* remove setstate as not needed anymore

* update test

* provide optimizer to on_before_zero_grad

* update on comments

* update on comments

* Update pytorch_lightning/trainer/trainer.py

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>

* Update tests/trainer/optimization/test_parity_automatic_optimization.py

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>

* Update tests/trainer/optimization/test_parity_automatic_optimization.py

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>

* Update tests/trainer/optimization/test_parity_automatic_optimization.py

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>

* mofidy import

* update changelog

* resolve flake8

* update

* update

* clean doc

Co-authored-by: SeanNaren <sean@grid.ai>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-62-109.ec2.internal>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Jirka Borovec <jirka.borovec@seznam.cz>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: Sean Naren <sean.narenthiran@gmail.com>

(cherry picked from commit f2e99d617f)
2021-01-26 14:29:46 +01:00
Jirka Borovec 7e4d6cbe48
set minimal req. PT 1.4 (#5418)
* set minimal req. PT 1.4

* chlog
2021-01-12 19:15:35 -05:00
Varad Pimpalkhute a1784b7d55 Update README.md (#5018)
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
(cherry picked from commit 90c1c0f68b)
2021-01-06 11:55:03 +01:00
Rohit Gupta 8ac00bd2fb Add TPU example (#5109)
* Add TPU example

* add badge

* add badge

* add badge

* bullets

* name

* trigger

* add dataset name

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: chaton <thomas@grid.ai>
(cherry picked from commit b930b5f222)
2021-01-06 11:54:54 +01:00
Jirka Borovec d19d711dcf skip some description from pypi (#5234)
* skip some description from pypi

* flake8

(cherry picked from commit 9b3c6a3e84)
2021-01-06 11:40:16 +01:00
Jirka Borovec 5e71c88096 releasing feature as nightly (#5233)
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
(cherry picked from commit c479351a93)
2021-01-06 11:40:06 +01:00
William Falcon 2ddd36bcd7 Update README.md 2021-01-05 09:58:37 +01:00
William Falcon 64f9b4d113 Update README.md 2021-01-05 09:58:37 +01:00
Rohit Gupta cd83829aa0 Remove Sourcerer (#5172)
* Remove Sourcerer

* trigger

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2021-01-05 09:58:37 +01:00
Jirka Borovec e2c404bad2
CI: update badges for release (#5002)
* fix images

* not sleep

* a0

* path

* assets

* assets

* bitecode

* rls

* rls

* badges

* fix

* org

* drop

* clean

* codecov

* fix

* clean
2020-12-09 10:59:44 +01:00
Jirka Borovec eeae426b33
CI: skip hanging (#4943)
* CI: try increase time limit

* try min 3.8

* no ex

* CI

* dep

* test

* deps

* deps

* drop

* drop

Co-authored-by: chaton <thomas@grid.ai>
2020-12-02 16:18:14 +00:00
Jirka Borovec 597dfa174c
build dockers XLA 1.7 (#4891)
* build XLA 1.7

* night XLA 1.7

* rename

* use 1.7

* tpu ver
2020-11-29 15:14:19 -04:00
edenlightning 78076ea0d9
Replace readme DQN link with bolts implementation (#4841) 2020-11-24 23:45:25 +01:00
Jirka Borovec b10b11deb0
add version for CPU users (#4794) 2020-11-20 21:32:13 +01:00
Jirka Borovec bd6c413829
Conda: PT 1.8 (#3833)
* PT 1.8

* unfreeze PT

* drop nightly from full

* add PT 1.8 to workflow

* readme table

* cuda

* skip cuda

* test 1.8

* unfreeze torch vision

Co-authored-by: ydcjeff <ydcjeff@outlook.com>
Co-authored-by: chaton <thomas@grid.ai>
Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
2020-11-12 15:03:43 +01:00
Jeff Yang ee414d25be
Switch to PyTorch 1.6 in Drone CI (#4393)
* switch to 1.6

* readme

* 1.7

* back to normal [ci skip]

* horovodrun --verbose

* try with apex

* add apex test

* change base

* description

* test with 1.7

* back to 1.6

* no gradient_clip_val

* re-add gradient_clip_val

* no amp

* temp skip torch.cuda.amp + horovod test

* Apply suggestion from code review

Co-authored-by: Sean Naren <sean.narenthiran@gmail.com>

* Fix formatting

* ddp

* Moved extended model outside of function to prevent pickling issue for drone

* typo

* resolve bug

* extract automatic_automization

Co-authored-by: Sean Naren <sean.narenthiran@gmail.com>
Co-authored-by: SeanNaren <sean@grid.ai>
Co-authored-by: chaton <thomas@grid.ai>
2020-11-03 18:01:51 +00:00
Muyang Li 169e8c3d98
Fix a typo in README (#4474) 2020-11-02 14:00:58 +06:30
Jeff Yang 0f584faa6b
PyTorch 1.7 Stable support (#3821)
* prepare for 1.7 support [ci skip]

* tpu [ci skip]

* test run 1.7

* all 1.7, needs to fix tests

* couple with torchvision

* windows try

* remove windows

* 1.7 is here

* on purpose fail [ci skip]

* return [ci skip]

* 1.7 docker

* back to normal [ci skip]

* change to some_val [ci skip]

* add seed [ci skip]

* 4 places [ci skip]

* fail on purpose [ci skip]

* verbose=True [ci skip]

* use filename to track

* use filename to track

* monitor epoch + changelog

* Update tests/checkpointing/test_model_checkpoint.py

Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>

Co-authored-by: Sean Naren <sean.narenthiran@gmail.com>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
2020-10-30 15:42:14 +00:00
Jirka Borovec ce8abd6255
Drone: use nightly build cuda docker images (#3658)
* upgrade PT version

* update docker

* docker

* try 1.5

* badge

* fix typo: dor -> for (#3918)

* prune

* prune

* env

* echo

* try

* notes

* env

* env

* env

* notes

* docker

* prune

* maintainer

* CI

* update

* just 1.5

* CI

* CI

* CI

* CI

* CI

* CI

* CI

* CI

* CI

* CI

* CI

* docker

* CI

* CI

* CI

* CI

* CI

* CI

* CI

* CI

* CI

* push

* try

* prune

* CI

* CI

* CI

* CI

Co-authored-by: Klyukin Valeriy <mr.clyukin@gmail.com>
Co-authored-by: Jeff Yang <ydcjeff@outlook.com>
2020-10-26 10:47:09 +00:00
Jirka Borovec ec424e7b91
add svg logo [SKIP CI] (#3988)
* docs logo

* use png

* cleaning

* vectorial

* 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>
2020-10-21 19:11:31 +02:00
William Falcon 0474464c45
Update README.md 2020-10-13 21:13:45 -04:00
William Falcon 19a9978702
Update README.md 2020-10-13 08:21:27 -04:00
William Falcon 85f1000ef0
Update README.md 2020-10-13 06:50:23 -04:00
William Falcon 079898fe82
Update README.md 2020-10-11 14:20:07 -04:00
William Falcon ee10171fe8
Update README.md 2020-10-11 14:14:30 -04:00
William Falcon 48083765b0
Update README.md 2020-10-11 10:43:28 -04:00
William Falcon c189678cbc
Update README.md 2020-10-10 22:55:16 -04:00
William Falcon 3227ba89f3
docs clean up (#4068)
* docs

* docs
2020-10-10 22:48:50 -04:00
William Falcon ba639b4ff5
Update README.md 2020-10-10 22:09:01 -04:00
Jirka Borovec 1b4209bc35
swap example (#4029) 2020-10-09 19:11:54 -04:00
edenlightning b33655982d
Update README.md (#4036) 2020-10-09 19:09:02 -04:00
Paul Baumstark 01f131665a
Minor edit in README (#3959)
Align the number of steps in README to the documentation

Update README

Fix grammar

Update README.md

typos

Co-authored-by: pbmstrk <pbmstrk@users.noreply.github.com>
2020-10-09 10:43:31 +02:00
William Falcon cf04bc53a7
Update README.md 2020-10-08 09:20:32 -04:00
William Falcon 98399044cc
Update README.md 2020-10-08 09:19:51 -04:00