lightning/pytorch_lightning
Hengjian (Henry) Jia 3c6f856f23
Fix Mixing hparams and arguments in LightningModule (#1505)
* Attempt to fix #1468

* Remove the if statement, it doesn't actually make any difference

* Update docs

* Correct warnings I caused in the last commit

* Add to changelog

* Actually add to changelog

* Clarify documentation and examples

* Update CHANGELOG.md

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2020-04-19 07:03:40 -04:00
..
callbacks feat: save checkpoint before deleting old ones (#1453) 2020-04-16 16:40:51 +00:00
core Fix Mixing hparams and arguments in LightningModule (#1505) 2020-04-19 07:03:40 -04:00
loggers Improved docs for Loggers (#1484) 2020-04-16 12:04:12 -04:00
logging add rank warning (#1428) 2020-04-09 14:05:46 -04:00
overrides Add ddp_cpu backend for testing ddp without GPUs (#1158) 2020-04-15 23:17:31 -04:00
profiler Profiler summary (#1259) 2020-03-31 08:57:48 -04:00
pt_overrides add rank warning (#1428) 2020-04-09 14:05:46 -04:00
root_module add rank warning (#1428) 2020-04-09 14:05:46 -04:00
trainer Removed redundant computations in clip_gradients that slowed down the gradient clipping. (#1523) 2020-04-18 23:07:15 -04:00
utilities add rank warning (#1428) 2020-04-09 14:05:46 -04:00
__init__.py continues develop (#1419) 2020-04-10 13:10:46 -04:00