Commit Graph

3427 Commits

Author SHA1 Message Date
Jirka Borovec 1b4209bc35
swap example (#4029) 2020-10-09 19:11:54 -04:00
Paul Baumstark 9e91976323
Removed broken link (#4031)
module index link in documentation is broken.

Co-authored-by: pbmstrk <pbmstrk@users.noreply.github.com>
2020-10-09 19:10:48 -04:00
edenlightning 627cae9483
[Docs] checkpoints (#4034)
* Update __init__.py

* Update weights_loading.rst

* docs for checkpoints
2020-10-09 19:10:25 -04:00
edenlightning b33655982d
Update README.md (#4036) 2020-10-09 19:09:02 -04:00
ananthsub ba2b532ee9
[rfc] Make Result.unpack_batch_size a static method (#4019)
This could be a useful utility elsewhere in lightning for calculating the batch size
2020-10-09 19:05:45 -04:00
Jeff Yang d41ffafa87
add on_train_batch_start/end, chpt hooks in hooks docs (#4023) 2020-10-09 16:00:03 -04:00
Nicki Skafte 7e756ca11f
Remove limitation of batch scaler (#4006)
* working code

* add tests

* fix scaling

* move patch dataloader to utils

* renaming

* fix tests

* add changelog

* update docs

* pep8
2020-10-09 14:53:01 -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
s-rog 1f73c01ed2
add s-rog to core (#4017) 2020-10-09 13:41:57 +05:30
Hervé BREDIN a8573b0052
Fixes #3993 (#3996) 2020-10-08 23:02:23 -04:00
Teddy Koker b961e12f50
Implement Explained Variance Metric + metric fix (#4013)
* metric fix, explained variance

* one more test

* pep8

* remove comment

* fix add_state condition

Co-authored-by: ananyahjha93 <ananya@pytorchlightning.ai>
2020-10-08 22:58:33 -04:00
Teddy Koker 7db26a913b
Add Metric <-> Lightning Module integration tests (#4008)
* lightning module metric tests

* whitespace

* pep8
2020-10-08 22:58:17 -04:00
William Falcon bfdea3ea28
Multi opts tests and clarification (#4016)
* ref: clean up opts docs

* ref: clean up opts docs
2020-10-08 22:55:59 -04:00
Nicki Skafte 342fc7d506
[skip ci] metric docs (#3992)
* update metric docs

* doc fix

* add assert desc

* update based on suggestion
2020-10-08 21:26:39 -04:00
Jirka Borovec 9fb5f4340e
try update horovod (#4004) 2020-10-08 18:44:35 -04:00
William Falcon e68b949772
docs (#4003) 2020-10-08 15:54:52 -04:00
Jeff Yang 6e7f51cbfa
add myself (#3999) 2020-10-08 20:19:42 +02:00
William Falcon 53e056612c
Update __init__.py 2020-10-08 10:21:33 -04:00
Nrupatunga fcfa587492
Bugfix/update trainer properties (#3975)
* make current_epoch and global_step to be same as trainer, after model restore.

* remove assignment here

* test

* minor modification

* merge with parent's master

* [bug-fix]: update trainer properties

* minor comment fix

* minor comment fix

* reset train loader in `on_train_epoch_start` hook

* makes sure the changes work

* minor chane

* update changelog

* adding unit test for reload_dataloaders_every_epoch arg

* modified changelog, to add PR number

* revert imports

* changes to unit test

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2020-10-08 10:20:55 -04:00
Adrian Tofting e513fc6919
Change reference to depricated result object to self (#3989) 2020-10-08 10:00:04 -04: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
William Falcon 298c884390
Update README.md 2020-10-08 09:19:14 -04:00
edenlightning 6e5e385188
Update README.md (#3986) 2020-10-08 09:17:51 -04:00
William Falcon 933ca4a0ad
Update README.md 2020-10-08 07:29:57 -04:00
William Falcon 19a7f1c5fd
Update README.md 2020-10-08 07:28:32 -04:00
William Falcon c7cd989789
Update __init__.py 2020-10-08 07:27:43 -04:00
William Falcon 89973b6f44
Update README.md 2020-10-08 07:27:13 -04:00
William Falcon 28733fdd90
Update README.md 2020-10-08 07:21:10 -04:00
William Falcon c13ef21cbb
Update README.md 2020-10-08 07:20:43 -04:00
William Falcon 2db4f25f8b
Update README.md 2020-10-08 07:19:57 -04:00
William Falcon 6218787e11
Update README.md 2020-10-08 07:16:33 -04:00
William Falcon a47929f4aa
Update README.md 2020-10-08 07:16:05 -04:00
William Falcon dcaa89b468 docs 2020-10-08 07:15:12 -04:00
William Falcon 31c0ef6661 docs 2020-10-08 07:15:07 -04:00
William Falcon 1d9fe0e969
Update README.md 2020-10-08 07:07:35 -04:00
William Falcon db7997c38c docs 2020-10-08 07:05:26 -04:00
Alexander a0200e6a69
Fix valid accuracy computed with train accuracy in docs (#3983) 2020-10-08 06:40:42 -04:00
Jirka Borovec 36f0c8a61d
remove deprecated callbacks (#3979) 2020-10-08 06:37:14 -04:00
Jirka Borovec 0719dd7d68
remove deprecated model hooks (#3980) 2020-10-08 06:34:23 -04:00
Jirka Borovec 8873750cf0
remove deprecated early_stop_callback (#3982) 2020-10-08 06:30:33 -04:00
edenlightning 6dfa748ce3
Add video tutorials to docs (#3977)
* videos in trainer api

* videos in docs

* videos in docs

* videos in trainer api

* videos in docs

* videos in docs

* videos in docs

* videos in docs

* Update new-project.rst

* docs

* Update new-project.rst
2020-10-08 05:49:56 -04:00
William Falcon 1d3c7dc8d6
removed deprecated trainer flags (#3969)
* removed deprecated flags

* removed es callback flag
2020-10-07 23:46:21 -04:00
Ananya Harsh Jha 6f1a2ce517
integrate metrics API with self.log (#3961)
* metrics integration into self.log

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

* ddp and regualr test for self.log + metrics

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

* pep8

* fix log tests

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

* docs

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

Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
2020-10-07 22:54:32 -04:00
William Falcon aa95addff2
removed support for EvalResult and TrainResult (#3968) 2020-10-07 22:39:16 -04:00
William Falcon 048a816be3
added tests for the training epoch end (#3967) 2020-10-07 22:27:36 -04:00
William Falcon 4c0d063c86
outputs in __batch_end hooks (#3966)
* train_batch_end outputs

* added tests for the output hooks
2020-10-07 21:48:38 -04:00
Jirka Borovec 2bd045bb4a
new chlog template (#3963) 2020-10-07 20:42:24 -04:00
William Falcon 65b6a6a497
0.10.0 (#3965) 2020-10-07 20:41:56 -04:00
Jeff Yang 9be26d0c1b
Use `viewcode` extension instead of `linkcode` (#3503)
* use viewcode instead of linkcode

* use viewcode instead of linkcode

* Apply suggestions from code review

Co-authored-by: William Falcon <waf2107@columbia.edu>

* Apply suggestions from code review

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: William Falcon <waf2107@columbia.edu>
2020-10-07 23:55:24 +02:00