lightning/pytorch_lightning/trainer
Jeffrey Ling 619143a734 Fix incorrect handling of on_batch_end edge cases in run_training_batch (#509)
* Fix returning only 2 values on an early exit. 

This fixes a bug 

`ValueError: not enough values to unpack (expected 3, got 2)`

* Update train_loop_mixin.py

* Change to return dict

The return value was actually a dict even though that variable is initialized as a list.
2019-11-19 15:38:54 -08:00
..
__init__.py split trainer mixins (#209) 2019-09-06 14:11:07 -04:00
amp_mixin.py change print to logging (#457) 2019-11-05 08:43:21 -05:00
callback_config_mixin.py Fix ModelCheckpoint default paths (#413) 2019-11-05 10:41:59 -05:00
data_loading_mixin.py Loaders (#422) 2019-10-24 06:43:35 -04:00
ddp_mixin.py Release (#467) 2019-11-06 14:34:50 -05:00
dp_mixin.py Enable apex O2 + dp (#493) 2019-11-11 22:58:11 -05:00
evaluation_loop_mixin.py fixed issue where callback_metrics was replaced instead of updated (#492) 2019-11-11 22:58:32 -05:00
ignored_warnings.py Dim 0 warning (#256) 2019-09-26 13:20:54 -04:00
logging_mixin.py Ddp2 fix (#448) 2019-11-05 10:01:52 -05:00
model_hooks_mixin.py Refactor (#407) 2019-10-22 04:16:51 +03:00
train_loop_mixin.py Fix incorrect handling of on_batch_end edge cases in run_training_batch (#509) 2019-11-19 15:38:54 -08:00
trainer.py change print to logging (#457) 2019-11-05 08:43:21 -05:00
trainer_io.py change print to logging (#457) 2019-11-05 08:43:21 -05:00
training_tricks_mixin.py change print to logging (#457) 2019-11-05 08:43:21 -05:00