lightning/pytorch_lightning
Roger Shieh cc8359be26
Proper casting for np scalars in hparams logging (#4647)
* first implementation

* add test and changelog

* Update tests/loggers/test_base.py

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* pep8

* rounding

* increase casting specificity to bool + number

* bugfix

* changelog formatting

* single loop

* Update CHANGELOG.md

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: chaton <thomas@grid.ai>
2020-11-19 15:52:48 +08:00
..
accelerators Move init_ddp_connection to DDP Plugin (#4407) 2020-11-18 15:49:22 -05:00
callbacks Add current_score to ModelCheckpoint.on_save_checkpoint (#4721) 2020-11-18 08:09:44 +00:00
cluster_environments ref: unify slurm and TE under backendPlugin 1/n (#4578) 2020-11-08 14:28:55 -05:00
core allow decorate model init with saving hparams (#4662) 2020-11-16 11:02:26 +01:00
distributed notices (#4118) 2020-10-13 07:18:07 -04:00
loggers Proper casting for np scalars in hparams logging (#4647) 2020-11-19 15:52:48 +08:00
metrics [metrics] Update SSIM (#4566) 2020-11-19 11:51:18 +06:30
overrides removed support for EvalResult and TrainResult (#3968) 2020-10-07 22:39:16 -04:00
plugins Expose scaler in amp plugin (#4737) 2020-11-18 22:30:47 +00:00
profiler logger docs and api docs (#3950) 2020-11-13 20:35:54 +05:30
trainer Expose scaler in amp plugin (#4737) 2020-11-18 22:30:47 +00:00
tuner Skip tuner algorithms on fast dev (#3903) 2020-11-10 00:34:42 +01:00
utilities allow decorate model init with saving hparams (#4662) 2020-11-16 11:02:26 +01:00
__init__.py Change version in __init__.py 1.0.4 -> 1.1-dev (#4760) 2020-11-19 07:56:30 +06:30
py.typed make PyTorch Lightning PEP 561 Compliant (#3187) 2020-09-09 13:37:03 -04:00