Files
pytorch-lightning/pytorch_lightning/trainer
Ashwin Bharambe 0e71705a0a [checkpoint logic] Fix bug which doesn't account for NoneType for model.hparams (#1817)
The intention of the code is to output a warning message when `hparams`
is null or not set. Instead the code now fatals when
`model.hparams = None`. Prevent that.
2020-05-13 17:14:11 -04:00
..
2020-05-07 09:25:54 -04:00
2020-04-23 20:46:18 -04:00
2020-05-12 23:18:39 -04:00
2019-09-26 13:20:54 -04:00
2020-05-07 09:25:54 -04:00