William Falcon
|
7f53e7bfb3
|
Val idx optional in validation_step (#108)
* made dataset_i only available with multiple datasets
* updated interface signature
* updated tests
|
2019-08-13 11:37:37 -04:00 |
Sidhanth Holalkere
|
511f7ecb9a
|
Support for multiple val_dataloaders (#97)
* Added support for multiple validation dataloaders
* Fix typo in README.md
* Update trainer.py
* Add support for multiple dataloaders
* Rename dataloader_index to dataloader_i
* Added warning to check val_dataloaders
Added a warning to ensure that all val_dataloaders were DistributedSamplers if ddp is enabled
* Updated DistributedSampler warning
* Fixed typo
* Added multiple val_dataloaders
* Multiple val_dataloader test
* Update lightning_module_template.py
Added dataloader_i to validation_step parameters
* Update trainer.py
* Reverted template changes
* Create multi_val_module.py
* Update no_val_end_module.py
* New MultiValModel
* Rename MultiValModel to MultiValTestModel
* Revert to LightningTestModel
* Update test_models.py
* Update trainer.py
* Update test_models.py
* multiple val_dataloaders in test template
* Fixed flake8 warnings
* Update trainer.py
* Fix flake errors
* Fixed Flake8 errors
* Update lm_test_module.py
keep this test model with a single dataset for val
* Update trainer.py
* Update trainer.py
* Update trainer.py
* Update trainer.py
* Update trainer.py
* Update test_models.py
* Update trainer.py
* Update trainer.py
* Update trainer.py
* Update trainer.py
* Update trainer.py
* Update trainer.py
* Update RequiredTrainerInterface.md
* Update RequiredTrainerInterface.md
* Update test_models.py
* Update trainer.py
dont need the else clause, val_dataloader is either a list or none because of get_dataloaders()
* Update trainer.py
fixed flake errors
* Update trainer.py
|
2019-08-12 15:23:11 -04:00 |
William Falcon
|
075653e6dd
|
moved badge image
|
2019-08-07 12:01:18 -04:00 |
William Falcon
|
16e5093805
|
added test model to do also
|
2019-08-07 11:47:05 -04:00 |
William Falcon
|
10e4b18452
|
made imports absolute
|
2019-08-07 10:14:59 -04:00 |
Jiri BOROVEC
|
d9bfe964f9
|
update by flake8
|
2019-08-06 22:45:46 +02:00 |
Jiri BOROVEC
|
c44966a8bf
|
apply PEP8
|
2019-08-06 22:45:27 +02:00 |
Jiri BOROVEC
|
469941a528
|
pkg relative imports
* split requirements.txt
* pytest verbose
|
2019-08-05 10:52:09 +02:00 |
Jiri BOROVEC
|
92f8c57ff5
|
cutout examples
|
2019-08-05 09:51:47 +02:00 |