lightning/pl_examples/domain_templates
Sahin Kureta 90bb7b1fbb
update examples (#4233)
* Removed image generation inside the training step.

It was overwriting the image grid generated in `on_epoch_end`. I also made `adversarial_loss` a static method.

* Incorporated Hyperparameter best practices

Using ArgumentParser and hparams as defined in the Hyperparameters section of
the documentation. This way we can set trainer flags (such as precision,
and gpus) from the command line.

* Incorporated Hyperparameter best practices

Using ArgumentParser and hparams as defined in the Hyperparameters section of
the documentation. This way we can set trainer flags (such as precision,
and gpus) from the command line.

* Split the data part into a LightningDataModule

* Update pl_examples/domain_templates/generative_adversarial_net.py

Co-authored-by: Jeff Yang <ydcjeff@outlook.com>
2020-10-21 18:07:18 +02: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 update examples (#4233) 2020-10-21 18:07:18 +02:00
imagenet.py Finish PR #2432: Imagenet example updates + basic testing (#2889) 2020-08-09 06:02:07 -04:00
reinforce_learn_Qnet.py remove deprecated early_stop_callback (#3982) 2020-10-08 06:30:33 -04:00
semantic_segmentation.py fix dp issues + update examples and test examples (#3618) 2020-09-23 00:19:46 -04:00
unet.py fix dp issues + update examples and test examples (#3618) 2020-09-23 00:19:46 -04:00