lightning/pytorch_lightning/loggers
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
..
__init__.py notices (#4118) 2020-10-13 07:18:07 -04:00
base.py Proper casting for np scalars in hparams logging (#4647) 2020-11-19 15:52:48 +08:00
comet.py logger docs and api docs (#3950) 2020-11-13 20:35:54 +05:30
csv_logs.py logger docs and api docs (#3950) 2020-11-13 20:35:54 +05:30
mlflow.py logger docs and api docs (#3950) 2020-11-13 20:35:54 +05:30
neptune.py Added experiment_id to NeptuneLogger (#3462) 2020-11-16 23:50:23 +05:30
tensorboard.py logger docs and api docs (#3950) 2020-11-13 20:35:54 +05:30
test_tube.py logger docs and api docs (#3950) 2020-11-13 20:35:54 +05:30
wandb.py logger docs and api docs (#3950) 2020-11-13 20:35:54 +05:30