William Falcon
ea76ad2b28
Update RequiredTrainerInterface.md
2019-08-13 06:39:10 -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
e5805bf8ff
val and test are optional now ( #95 )
...
* made validation step optional
* added no val model
* val_step can be implemented but not validation_end
* added no val end model
* added tests
* added tests
* remove class
* remove class
* remove class
* remove class
* remove class
* remove class
* remove class
* remove class
* remove class
* remove class
* remove class
* updated docs
* updated docs
* updated test
* updated test
* updated test
* updated test
* updated test
* updated test
* updated test
* updated test
* updated test
* fix pep8
2019-08-11 10:01:57 -04:00
Alok Singh
8b9f021ee6
Rename ptl to pl
...
Closes #46 .
2019-08-06 23:02:55 -07:00
William Falcon
6073bf4554
Update RequiredTrainerInterface.md
2019-08-04 07:32:18 -05:00
William Falcon
d08ca6a394
Update RequiredTrainerInterface.md
2019-08-04 07:17:50 -05:00
William Falcon
598e1accb5
updated docs
2019-08-01 10:11:26 -04:00
William Falcon
36c0fae7da
updated doc indexes
2019-07-28 09:51:20 -04:00
williamFalcon
5db28899aa
merged
2019-07-28 05:39:25 -07:00
William Falcon
1205dc8a20
updated doc indexes
2019-07-28 08:19:51 -04:00
William Falcon
a6ddf8a671
updated doc indexes
2019-07-28 08:16:55 -04:00
William Falcon
e89975d19e
updated doc indexes
2019-07-28 08:14:50 -04:00
William Falcon
0ce180f6ec
updated docs
2019-07-26 23:23:56 -04:00
William Falcon
5ba0a8fe4c
Update RequiredTrainerInterface.md
2019-07-26 08:24:56 -04:00
Phuc Le
7d97e3e6e4
Support any lr_scheduler
2019-07-26 11:03:44 +07:00
William Falcon
e182559c83
updated docs
2019-07-25 12:11:49 -04:00
William Falcon
4562580461
updated docs
2019-07-25 11:58:06 -04:00
William Falcon
d272f29c88
updated docs
2019-07-25 11:52:54 -04:00
William Falcon
0f79e9d74e
updated docs
2019-07-25 11:35:11 -04:00
William Falcon
9fa8120805
updated docs
2019-07-25 11:30:17 -04:00
William Falcon
1eda58fa93
adding tests
2019-07-24 07:19:50 -04:00
William Falcon
e00d097c12
added gradient clipping
2019-06-28 18:35:21 -04:00
William Falcon
bf1441d64c
added lightning docs
2019-06-28 17:42:32 -04:00