Commit Graph

3476 Commits

Author SHA1 Message Date
William Falcon 71621ab6bc
Update __init__.py 2020-10-12 07:49:02 -04:00
William Falcon 37a96e590b
Update bug_report.md 2020-10-12 07:43:20 -04:00
William Falcon e4c92838fa
Update bug_report.md 2020-10-12 07:42:21 -04:00
William Falcon 1013dcd81d
Update bug_report.md 2020-10-12 07:41:59 -04:00
William Falcon 0d6a282e93
Update bug_report.md 2020-10-12 06:42:17 -04:00
William Falcon b5eab55243
Update bug_report.md 2020-10-12 06:35:54 -04:00
William Falcon 70334f3cc8
Update bug_report.md 2020-10-12 06:35:05 -04:00
William Falcon cba553c8a1
Update bug_report.md 2020-10-12 06:32:22 -04:00
William Falcon 4c4b090c66
depre (#4088) 2020-10-12 05:58:31 -04:00
Rohit Gupta 52870aa992
fix optimizer docs (#4084) 2020-10-11 14:54:53 -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 7978df03ba
LM docs (#4085)
* docs

* docs

* docs

* docs

* docs
2020-10-11 14:09:47 -04:00
William Falcon 0cd1888612
Sg3 (#4082)
* docs

* docs

* docs
2020-10-11 13:30:25 -04:00
William Falcon 9dfb4d2e41
docs (#4081) 2020-10-11 13:16:36 -04:00
William Falcon b9f2682b7d
clean docs, enable grad clip in manual mode (#4078)
* docs

* docs
2020-10-11 13:12:35 -04:00
William Falcon 9a0918e39b
docs fixes (#4080)
* docs

* docs

* docs

* docs

* docs

* docs

* docs

* docs

* docs
2020-10-11 13:12:19 -04:00
William Falcon 48083765b0
Update README.md 2020-10-11 10:43:28 -04:00
William Falcon 5b645d713e
Covv1 (#4072)
* temporary drop metrics tests while speeding them up

* cov

* cov

* docs
2020-10-11 10:21:53 -04:00
William Falcon 1dbc6ffbc1
added templates (#4077)
* docs

* docs
2020-10-11 09:35:51 -04:00
William Falcon 86c70622fb
temporary drop metrics tests while speeding them up (#4071) 2020-10-11 07:38:58 -04:00
William Falcon 9558162611
Update __init__.py 2020-10-11 01:05:36 -04:00
William Falcon 7ffe05a3d1
ref: accelerator names (#4066)
* ref: accelerator names

* docs
2020-10-11 01:05:14 -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 fe6c466309
Update __init__.py 2020-10-10 22:09:23 -04:00
William Falcon ba639b4ff5
Update README.md 2020-10-10 22:09:01 -04:00
William Falcon a4b9221fc5
ref: decouple apex second attemp part n/n (#4065)
* ref: decouple apex second attemp part n/n

* ref: decouple apex second attemp part n/n
2020-10-10 22:04:50 -04:00
William Falcon 0281b077d8
ref: decouple apex second attemp part 10/n (#4064)
* ref: decouple apex second attemp part 9/n

* ref: decouple apex second attemp part 9/n

* ref: decouple apex second attemp part 9/n
2020-10-10 20:05:05 -04:00
William Falcon dbfe2b6129
ref: decouple apex second attemp part 9/n (#4063)
* ref: decouple apex second attemp part 9/n

* ref: decouple apex second attemp part 9/n
2020-10-10 18:44:24 -04:00
William Falcon e3717ed36e
ref: decouple apex second attemp part n/n (#4062)
* ref: decouple apex second attemp part 8/n

* ref: decouple apex second attemp part 8/n

* ref: decouple apex second attemp part 8/n

* ref: decouple apex second attemp part 8/n
2020-10-10 17:25:45 -04:00
Jeff Yang ad828b5909
use automethod for LightningModule method (#4025)
* autofunction -> automethod

* Update pytorch_lightning/core/lightning.py

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

Co-authored-by: William Falcon <waf2107@columbia.edu>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
2020-10-10 17:01:28 -04:00
William Falcon 5ce9fc6bb3
ref: decouple apex second attemp part 7/n (#4061)
* ref: decouple apex second attemp part 7/n

* ref: decouple apex second attemp part 7/n

* ref: decouple apex second attemp part 7/n
2020-10-10 16:44:15 -04:00
William Falcon dca86c310e
ref: decouple apex second attemp part 6/n (#4060)
* ref: decouple apex second attemp part 6/n

* ref: decouple apex second attemp part 6/n
2020-10-10 15:28:25 -04:00
William Falcon d1bbb449a3
ref: decouple apex second attemp part 5/n (#4058) 2020-10-10 14:35:25 -04:00
Ananya Harsh Jha ae8772490d
classification metrics (#4043)
* docs + precision + recall + f_beta + refactor

Co-authored-by: Teddy Koker <teddy.koker@gmail.com>

* rebase

Co-authored-by: Teddy Koker <teddy.koker@gmail.com>

* fixes

Co-authored-by: Teddy Koker <teddy.koker@gmail.com>

* added missing file

* docs

* docs

* extra import

Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
2020-10-10 12:31:00 -04:00
Rohit Gupta bdbf846029
Fix to print scaler value in progress bar (#4053)
* Fix to print scaler value in progress bar

* chlog

* Fix to print scaler value in progress bar

* Fix to print scaler value in progress bar
2020-10-10 12:20:11 -04:00
William Falcon ce2edf1192
ref: decouple apex second attemp part 4/n (#4056)
* ref: decouple apex second attemp part 4/n

* ref: decouple apex second attemp part 4/n

* Update lightning.py

* ref: decouple apex second attemp part 4/n
2020-10-10 12:19:22 -04:00
William Falcon 3a6717ca34
ref: decouple apex second attemp part 3/n (#4055) 2020-10-10 11:05:57 -04:00
William Falcon 7285613974
ref: decouple apex second attemp part 2/n (#4054)
* ref: decouple apex second attemp part 2/n

* ref: decouple apex second attemp part 2/n
2020-10-10 10:24:20 -04:00
William Falcon e854d3744c
ref: decouple apex second attemp part 1/n (#4052) 2020-10-10 09:53:02 -04:00
William Falcon 5b261a230e
enable passing in custom accelerators (#4050)
* enable custom accelerators

* ref: finish decoupling apex, LM and backward

* ref: finish decoupling apex, LM and backward

* ref: finish decoupling apex, LM and backward
2020-10-10 09:21:08 -04:00
William Falcon 2b255a3df4
ref: enable custom clusters (1/n) (#4048)
* enable cluster plugins

* enable cluster plugins + test backend choices

* enable cluster plugins + test backend choices

* enable cluster plugins + test backend choices

* enable cluster plugins + test backend choices

* enable cluster plugins + test backend choices

* enable cluster plugins + test backend choices
2020-10-10 08:09:29 -04:00
Nathan Raw efec8c7c88
add trainer flags nb (#4018)
*  add trainer flags nb

* fix typos

* fix typos

Co-authored-by: edenlightning <66261195+edenlightning@users.noreply.github.com>
2020-10-10 06:10:47 -04:00
William Falcon 0c42aa03fd
enables plugins (#4041)
* plugin hardware

* plugin hardware

* plugin hardware
2020-10-09 22:03:46 -04:00
William Falcon 05e0b4e5a1
Revert "Remove limitation of batch scaler (#4006)" (#4040)
This reverts commit 7e756ca11f.
2020-10-09 21:03:23 -04:00
Jirka Borovec e4237963d7
hotfix Drone install Horovod (#4038)
* hotfix Drone install Horovod

* notes
2020-10-09 20:46:27 -04:00
Jirka Borovec baf4f35027
add parsing OS env vars (#4022)
* add parsing OS env vars

* fix env

* Apply suggestions from code review

* overwrite init

* Apply suggestions from code review
2020-10-09 19:34:09 -04:00
Nicki Skafte 8a3c800641
Update explained variance metric (#4024)
* update metrics

* pep8

* Update pytorch_lightning/metrics/regression/explained_variance.py

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

* add typing for testing utils

* change from assert to raise exception

* add test for raised shape error

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2020-10-09 19:23:12 -04:00
Jirka Borovec 1b4209bc35
swap example (#4029) 2020-10-09 19:11:54 -04:00