William Falcon
|
c30f69f60d
|
Update lightning_module_template.py
|
2019-08-23 02:42:40 -04:00 |
William Falcon
|
d5d47eab0d
|
Update lightning_module_template.py
|
2019-08-23 02:39:05 -04:00 |
William Falcon
|
9aa9a1a796
|
Update lightning_module_template.py
|
2019-08-17 11:11:07 -04:00 |
William Falcon
|
1a31782272
|
fixed str crash err
|
2019-08-17 10:20:58 -04:00 |
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
|
8cd764a151
|
removed reduce on non-loss outputs from dp (#78)
* removed reduce on non-loss outputs from dp
* fixed val reduce
* fixed val reduce
* fixed val reduce
* fixed val reduce
|
2019-08-08 12:06:29 -04:00 |
William Falcon
|
549d0f66df
|
Merge pull request #52 from alok/ptl-pl
Rename `ptl` to `pl`
|
2019-08-07 09:09:15 -04:00 |
Alok Singh
|
8b9f021ee6
|
Rename `ptl` to `pl`
Closes #46.
|
2019-08-06 23:02:55 -07:00 |
Jiri BOROVEC
|
f8a79b3082
|
fix imports in examples
|
2019-08-06 22:45:46 +02:00 |
Jiri BOROVEC
|
d9bfe964f9
|
update by flake8
|
2019-08-06 22:45:46 +02:00 |
Jiri BOROVEC
|
632d07b490
|
fix prints for py3.5
|
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 |
William Falcon
|
1eda58fa93
|
adding tests
|
2019-07-24 07:19:50 -04:00 |
William Falcon
|
d7409afed9
|
added arg docs
|
2019-07-18 12:11:59 -04:00 |
William Falcon
|
f01cb63234
|
added arg docs
|
2019-07-18 12:10:07 -04:00 |
William Falcon
|
8be7480f31
|
added arg docs
|
2019-07-18 12:09:25 -04:00 |
William Falcon
|
2ca0864ce8
|
added arg docs
|
2019-07-18 12:07:11 -04:00 |
William Falcon
|
b1041220ac
|
added arg docs
|
2019-07-18 12:05:52 -04:00 |
William Falcon
|
da842c0cd6
|
added arg docs
|
2019-07-18 12:04:45 -04:00 |
William Falcon
|
e81dbce38c
|
set dp as default backend
|
2019-07-18 11:59:14 -04:00 |
William Falcon
|
0d992689d5
|
set dp as default backend
|
2019-07-18 11:58:27 -04:00 |
William Falcon
|
b684bb55c5
|
set dp as default backend
|
2019-07-18 11:56:48 -04:00 |
William Falcon
|
f98f88ff08
|
set dp as default backend
|
2019-07-18 11:51:43 -04:00 |
William Falcon
|
bc3a805202
|
set dp as default backend
|
2019-07-18 11:16:16 -04:00 |
William Falcon
|
9ee8f93483
|
scaled batch size
|
2019-07-08 20:05:45 -04:00 |
William Falcon
|
7285598e11
|
scaled batch size
|
2019-07-08 19:57:51 -04:00 |
William Falcon
|
9d35b5b4f7
|
scaled batch size
|
2019-07-08 19:57:06 -04:00 |
William Falcon
|
2b16c75499
|
scaled batch size
|
2019-07-08 19:56:52 -04:00 |
William Falcon
|
0bd9152e0a
|
scaled batch size
|
2019-07-08 19:55:26 -04:00 |
William Falcon
|
a87073bffd
|
scaled batch size
|
2019-07-08 19:54:00 -04:00 |
William Falcon
|
f95fad864d
|
scaled batch size
|
2019-07-08 19:53:24 -04:00 |
William Falcon
|
f2c1f0221e
|
scaled batch size
|
2019-07-08 19:48:22 -04:00 |
William Falcon
|
25dbd7a936
|
scaled batch size
|
2019-07-08 19:45:52 -04:00 |
William Falcon
|
971a6c4184
|
scaled batch size
|
2019-07-08 19:44:23 -04:00 |
William Falcon
|
f95cc6144c
|
scaled batch size
|
2019-07-08 19:42:53 -04:00 |
William Falcon
|
96314cbf46
|
updated dist sampler
|
2019-07-08 19:26:51 -04:00 |
William Falcon
|
cf4b25e455
|
moved sampler
|
2019-07-08 18:59:16 -04:00 |
William Falcon
|
3873850ad4
|
moved sampler
|
2019-07-08 18:33:29 -04:00 |
William Falcon
|
85dd78f3a4
|
moved sampler
|
2019-07-08 18:32:28 -04:00 |
William Falcon
|
493a98d591
|
moved sampler
|
2019-07-08 18:28:30 -04:00 |
William Falcon
|
bd2d1ddc07
|
moved sampler
|
2019-07-08 18:02:41 -04:00 |
William Falcon
|
c494e6d305
|
added cpu example
|
2019-07-08 17:45:09 -04:00 |
William Falcon
|
7a354668ff
|
added cpu example
|
2019-07-08 17:42:33 -04:00 |
William Falcon
|
bd43c4417f
|
added single node example
|
2019-07-08 17:29:46 -04:00 |
William Falcon
|
64bdd1c46d
|
cleaning up demo file
|
2019-07-08 14:31:40 -04:00 |
William Falcon
|
5c56295421
|
updated demo name
|
2019-07-08 14:29:03 -04:00 |
William Falcon
|
bba51dde8c
|
updated parser help
|
2019-07-08 14:27:19 -04:00 |