Jirka Borovec
f18aee30a5
Minor imports cleaning ( #402 )
...
* code cleaning
* drop unused imports
* optimize imports
2019-10-22 11:32:40 +03:00
William Falcon
b0281395bf
changes examples to pl_examples for name connflict
2019-10-19 00:41:17 +02:00
William Falcon
46322b906b
fixed ckpt tests ( #352 )
...
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
* fixed ckpt tests
2019-10-10 15:16:19 -04:00
William Falcon
ac6d0154c2
Fixes lack of logging in logger ( #319 )
...
* changed rank 0
* changed rank 0
* changed rank 0
* changed rank 0
* changed rank 0
* changed rank 0
* changed rank 0
* changed rank 0
* changed rank 0
* changed rank 0
* changed rank 0
* changed rank 0
* changed rank 0
* changed rank 0
* changed rank 0
* changed rank 0
* changed rank 0
* changed rank 0
* changed rank 0
* changed rank 0
* changed rank 0
* changed rank 0
* changed rank 0
* changed rank 0
* models wait to restore weights
* models wait to restore weights
2019-10-06 17:57:23 -04:00
William Falcon
6cc3f1757f
decouple returns from each step ( #307 )
...
* decoupled training metrics from logging metrics
* decoupled validation metrics from log metrics
* updated docs
* updated docs
* updated docs
* Fixed test
* merged master
* merged master
* merged master
* merged master
* merged master
* merged master
* merged master
* merged master
* merged master
* merged master
* merged master
* merged master
* merged master
* merged master
* merged master
* merged master
* merged master
* merged master
* merged master
* merged master
* merged master
* merged master
* merged master
* merged master
* merged master
2019-10-05 13:35:20 -04:00
William Falcon
32e74b8f36
Ddp2 ( #261 )
...
* adds ddp2 option where on each node a single process uses all gpus
* added ddp2 test
* added ddp2 docs
* Update Distributed training.md
* delete ref to old update_training_log_metrics
* delete ref to old update_training_log_metrics
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* banana pancakes
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* cheesecake
2019-10-04 15:07:54 -04:00
Alok Singh
b0a0a47a0b
Rename variables ( #124 )
...
- data_batch → batch
- batch_i → batch_idx
- dataloader_i → dataloader_idx
- tng → training
- training_dataloader → train_dataloader
- add_log_row_interval → row_log_interval
- gradient_clip → gradient_clip_val
- prog → progress
- tqdm_dic → tqdm_dict
2019-09-25 19:05:06 -04:00
William Falcon
9576dd28b2
added load on CPU first ( #221 )
...
* added load on CPU first
* added load on CPU first
* added load on CPU first
* added load on CPU first
* added load on CPU first
* added load on CPU first
* added load on CPU first
* added load on CPU first
* added load on CPU first
* added load on CPU first
* added load on CPU first
* added load on CPU first
* added load on CPU first
* added load on CPU first
* added load on CPU first
* added load on CPU first
* added load on CPU first
* added load on CPU first
* added load on CPU first
* added load on CPU first
* added load on CPU first
* added load on CPU first
* added load on CPU first
* added load on CPU first
* added load on CPU first
* added load on CPU first
* added load on CPU first
* added print logs
* added print logs
* changed close order
* changed close order
2019-09-11 07:52:36 -04:00
Nic Eggert
64688e1e15
Refactor test modules ( #180 )
...
* Expectopatronum implement #89 (#182 )
* rename validate -> evaluate; implement test logic; allow multiple test_loaders
* add test_step and test_end to LightningModule
* add in_test_mode to pretraining to implement case 2 (test pretrained model)
* fix code style issues
* LightningTestModel: add optional second test set, implement test_step and test_end
* implemented test for multiple test_dataloaders; fixed typo
* add two test cases for #89
* add documentation for test_step, test_end; fix computation of loss in validation_step example
* Update trainer.py
* Update trainer.py
* Update trainer.py
* Update trainer.py
* Update trainer.py
* Update trainer.py
* Added proper dp ddp routing calls for test mode
* Update trainer.py
* Update test_models.py
* Update trainer.py
* Update trainer.py
* Update override_data_parallel.py
* Update test_models.py
* Update test_models.py
* Update trainer.py
* Update trainer.py
* Update trainer.py
* Update test_models.py
* Update test_models.py
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* Update trainer.py
* Update override_data_parallel.py
* Update debug.py
* Update lm_test_module.py
* Update test_models.py
* release v0.4.8
* Update README.md
* add training loop docs
* testing loop docs
* testing loop docs
* Convert __dataloader to _dataloader
This will let inherited classes use it
* Factor common test model setup into base class
* Specialized test modules inherit from LightningTestModelBase
* Fix __is_overriden so that it works with more complicated inheritance
* Use mixins to add functionality to test models
* Fix test with no val_dataloader
* Remove unused imports
* Get rid of wild card import
* Update trainer.py
* Update lm_test_module.py
2019-09-02 15:46:16 -04:00
Verena Haunschmid
25d5b25792
Expectopatronum implement #89 ( #182 )
...
* rename validate -> evaluate; implement test logic; allow multiple test_loaders
* add test_step and test_end to LightningModule
* add in_test_mode to pretraining to implement case 2 (test pretrained model)
* fix code style issues
* LightningTestModel: add optional second test set, implement test_step and test_end
* implemented test for multiple test_dataloaders; fixed typo
* add two test cases for #89
* add documentation for test_step, test_end; fix computation of loss in validation_step example
* Update trainer.py
* Update trainer.py
* Update trainer.py
* Update trainer.py
* Update trainer.py
* Update trainer.py
* Added proper dp ddp routing calls for test mode
* Update trainer.py
* Update test_models.py
* Update trainer.py
* Update trainer.py
* Update override_data_parallel.py
* Update test_models.py
* Update test_models.py
* Update trainer.py
* Update trainer.py
* Update trainer.py
* Update test_models.py
* Update test_models.py
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* Update trainer.py
* Update override_data_parallel.py
* Update debug.py
* Update lm_test_module.py
* Update test_models.py
2019-09-02 07:15:27 -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
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
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
92f8c57ff5
cutout examples
2019-08-05 09:51:47 +02:00
William Falcon
b0d38d532d
updated docs
2019-07-25 12:01:52 -04:00
William Falcon
88ac4a0849
testing multiple calles
2019-07-25 11:19:58 -04:00
William Falcon
383746b87a
testing multiple calles
2019-07-25 11:19:20 -04:00
William Falcon
b5c67d91e5
added auto port find
2019-07-24 15:00:14 -04:00
William Falcon
90ff418017
added auto port find
2019-07-24 14:59:51 -04:00
William Falcon
98be54de80
added auto port find
2019-07-24 14:59:40 -04:00
William Falcon
e3f01388df
added auto port find
2019-07-24 14:57:54 -04:00
William Falcon
afa25a26d9
added auto port find
2019-07-24 14:57:17 -04:00
William Falcon
46886f0c3c
added auto port find
2019-07-24 14:57:09 -04:00
William Falcon
9a3f373d16
added auto port find
2019-07-24 14:56:35 -04:00
William Falcon
8651173920
added auto port find
2019-07-24 14:55:26 -04:00
William Falcon
e52190e22b
added auto port find
2019-07-24 14:55:00 -04:00
William Falcon
0c239da17c
added auto port find
2019-07-24 14:54:20 -04:00
William Falcon
01c0d9a2d4
added auto port find
2019-07-24 14:48:56 -04:00
William Falcon
1b273a32ee
fixed amp bug
2019-07-24 14:11:05 -04:00
William Falcon
c26d200c41
refactored model tests
2019-07-24 13:57:34 -04:00
William Falcon
ef843d5f96
refactored model tests
2019-07-24 13:56:21 -04:00
William Falcon
8a43f4307e
refactored model tests
2019-07-24 13:42:42 -04:00
William Falcon
b90841dc3d
refactored model tests
2019-07-24 13:41:28 -04:00
William Falcon
078cad768b
fixed multi-gpu tests
2019-07-24 12:00:40 -04:00
William Falcon
98f6afd99a
added test for model loading and predicting
2019-07-24 11:56:25 -04:00
William Falcon
8781d8aeab
added test for model loading and predicting
2019-07-24 11:56:16 -04:00
William Falcon
d3651ba15c
added test for model loading and predicting
2019-07-24 11:55:22 -04:00
William Falcon
aa90040387
added test for model loading and predicting
2019-07-24 11:54:08 -04:00
William Falcon
85eaa28872
added test for model loading and predicting
2019-07-24 11:51:38 -04:00
William Falcon
926fa206ff
added safeguards for callbacks in loading saving
2019-07-24 11:45:59 -04:00
William Falcon
aac5ba00ef
added safeguards for callbacks in loading saving
2019-07-24 11:42:47 -04:00
William Falcon
0705e3e858
added safeguards for callbacks in loading saving
2019-07-24 11:42:38 -04:00
William Falcon
cd931c8220
added safeguards for callbacks in loading saving
2019-07-24 11:40:45 -04:00
William Falcon
245ef862f8
added safeguards for callbacks in loading saving
2019-07-24 11:38:16 -04:00
William Falcon
3fc8166f51
added safeguards for callbacks in loading saving
2019-07-24 11:35:55 -04:00
William Falcon
2e30dd94bc
added safeguards for callbacks in loading saving
2019-07-24 11:35:46 -04:00
William Falcon
55a33edd0a
added safeguards for callbacks in loading saving
2019-07-24 11:34:56 -04:00