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
|
35f23bbc82
|
Merge pull request #55 from williamFalcon/continue
add training restore
|
2019-08-07 09:02:16 -04:00 |
|
William Falcon
|
cdbcbad352
|
added hook on_sanity_check_start
|
2019-08-07 07:51:55 -04:00 |
|
Jiri BOROVEC
|
c44966a8bf
|
apply PEP8
|
2019-08-06 22:45:27 +02:00 |
|
William Falcon
|
019b4d16d0
|
formatting
|
2019-08-04 13:08:14 -05:00 |
|
William Falcon
|
3f76152470
|
added on_after_backward
|
2019-07-21 18:23:48 -04:00 |
|
William Falcon
|
f6416f737d
|
added grad hook
|
2019-07-21 18:15:58 -04:00 |
|
Cinjon Resnick
|
fbd3873a0f
|
add a hook for on_tng_metrics so that users get access to the grad_norm and mem_map dicts.
|
2019-07-16 12:51:48 -04:00 |
|
William Falcon
|
4b0b7e5ea3
|
if return -1 from a hook that loop stopps
|
2019-04-21 13:40:32 -04:00 |
|
William Falcon
|
e89da15f18
|
if return -1 from a hook that loop stopps
|
2019-04-21 13:38:50 -04:00 |
|
William Falcon
|
398b709b76
|
fixex imports
|
2019-04-21 13:12:42 -04:00 |
|
Shreyas Bapat
|
18b0c5a122
|
Add src, docs and other important folders
|
2019-04-03 22:16:02 +05:30 |
|
William Falcon
|
2117485550
|
updated lib name
|
2019-03-30 21:45:16 -04:00 |
|