lightning/pl_examples/domain_templates
Adrian Wälchli 6ad27187f3
Finish PR #2432: Imagenet example updates + basic testing (#2889)
* fix imagenet example: lr_scheduler, loader workers, batch size when ddp

* Fix evaluation for imagenet example

* add imagenet example test

* cleanup

* gpu

* add imagenet example evluation test

* fix test output

* test is fixed in master, remove unecessary hack

* CHANGE

* Apply suggestions from code review

* image net example

* update imagenet example

* update example

* pep

* imports

* type hint

* docs

* obsolete arg

* [wip] fix imagenet example: lr_scheduler, loader workers, batch size when ddp (#2432)

* fix imagenet example: lr_scheduler, loader workers, batch size when ddp

* Fix evaluation for imagenet example

* add imagenet example test

* cleanup

* gpu

* add imagenet example evluation test

* fix test output

* test is fixed in master, remove unecessary hack

* CHANGE

* Apply suggestions from code review

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

* update chlog

* add missing chlog

* pep

* pep

Co-authored-by: Ruotian Luo <rluo@ttic.edu>
Co-authored-by: Jirka <jirka@pytorchlightning.ai>
2020-08-09 06:02:07 -04:00
..
__init__.py changes examples to pl_examples for name connflict 2019-10-19 00:41:17 +02:00
computer_vision_fine_tuning.py clean imports (#2867) 2020-08-08 00:33:51 +02:00
generative_adversarial_net.py Refactor model summary + generalize example input array (#1773) 2020-06-15 17:05:58 -04:00
imagenet.py Finish PR #2432: Imagenet example updates + basic testing (#2889) 2020-08-09 06:02:07 -04:00
reinforce_learn_Qnet.py Finish PR #2432: Imagenet example updates + basic testing (#2889) 2020-08-09 06:02:07 -04:00
semantic_segmentation.py clean imports (#2867) 2020-08-08 00:33:51 +02:00