William Falcon
e339799a0a
Update README.md
2019-09-14 09:55:42 -04:00
William Falcon
50f5e4bec8
Update single_cpu_template.py
2019-09-14 02:23:49 -04:00
William Falcon
f3221a5014
Update multi_node_cluster_auto_slurm.py
2019-09-14 02:14:08 -04:00
William Falcon
fe17d14ade
Update multi_node_cluster_auto_slurm.py
2019-09-13 17:05:49 -04:00
William Falcon
90353ac54e
changed examples scripts
2019-09-11 07:05:15 -04:00
William Falcon
cf7dbf6d7c
changed examples scripts
2019-09-11 07:03:31 -04:00
William Falcon
ac0111c196
Update multi_node_cluster_auto_slurm.py
2019-09-09 10:55:47 -04:00
William Falcon
cbc619afa1
Update multi_node_own_slurm_script.py
2019-09-09 10:54:43 -04:00
William Falcon
3393086cb6
Update multi_node_cluster_auto_slurm.py
2019-09-09 10:53:47 -04:00
William Falcon
8f289f9fa8
Update README.md
2019-09-08 18:19:00 -04:00
William Falcon
6c947f4e0d
Update README.md
2019-09-08 18:18:21 -04:00
William Falcon
396047ffa0
Updated distributed Demos ( #215 )
...
* added simple cluster template
* added simple cluster template
* added simple cluster template
* added simple cluster template
* added simple cluster template
* added simple cluster template
* added simple cluster template
* added simple cluster template
* added simple cluster template
* added simple cluster template
* sets correct backend for possible combinations of gpu inputs
* sets correct backend for possible combinations of gpu inputs
* simple slurm example
* simple slurm example
* simple slurm example
2019-09-08 18:17:33 -04:00
William Falcon
b3434943c7
Update multi_node_cluster_template.py
2019-09-07 10:31:20 -04:00
williamFalcon
9f9d38673e
fixed demo
2019-09-06 16:26:46 -07:00
William Falcon
7099f8dbfb
split trainer mixins ( #209 )
...
* split trainer mixins
* Update multi_node_cluster_template.py
* Update single_cpu_template.py
* Update single_gpu_node_16bit_template.py
* Update single_gpu_node_ddp_template.py
* Update single_gpu_node_dp_template.py
* Update trainer_cpu_template.py
* Update trainer_io.py
* split trainer mixins
* Update multi_node_cluster_template.py
* deconflicted
* deconflicted
* deconflicted
2019-09-06 14:11:07 -04:00
William Falcon
4104a0fc47
cleaned up progbar ( #165 )
...
* cleaned up progbar
* cleaned up progbar
* cleaned up progbar
* cleaned up progbar
* cleaned up progbar
* cleaned up progbar
* cleaned up progbar
* updated base files
* updated base files
* updated base files
* updated base files
* updated base files
* updated base files
* updated base files
* updated base files
* updated base files
* updated base files
* updated base files
* updated base files
* updated base files
* updated base files
* updated base files
* updated base files
* updated base files
* updated base files
* updated base files
* updated base files
* updated base files
* flake 8
2019-08-23 21:23:27 -04:00
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
590282f2b0
Update gan.py
2019-08-14 09:29:02 -04:00
William Falcon
c9117f74b2
Update gan.py
2019-08-14 08:43:50 -04:00
William Falcon
13f2d1ab1c
Update gan.py
2019-08-14 08:41:32 -04:00
William Falcon
0d5da5f29b
added gan template ( #115 )
...
* added gan template
* ommit templates folder
2019-08-14 08:38:49 -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