lightning/pytorch_lightning/loggers
ananthsub b39f4798a6
Add support to Tensorboard logger for OmegaConf hparams (#2846)
* Add support to Tensorboard logger for OmegaConf hparams

Address https://github.com/PyTorchLightning/pytorch-lightning/issues/2844

We check if we can import omegaconf, and if the hparams are omegaconf instances. if so, we use OmegaConf.merge to preserve the typing, such that saving hparams to yaml actually triggers the OmegaConf branch

* avalaible

* chlog

* test

Co-authored-by: Jirka Borovec <jirka@pytorchlightning.ai>
2020-08-07 09:13:21 -04:00
..
__init__.py Added basic file logger (#2721) 2020-08-06 06:08:25 -04:00
base.py Add missing methods to logger collection (#2723) 2020-07-29 23:53:02 +02:00
comet.py Use .comet.config file for CometLogger (#1913) 2020-08-07 09:46:50 +02:00
csv_logs.py Added basic file logger (#2721) 2020-08-06 06:08:25 -04:00
mlflow.py save_dir fix for MLflowLogger + save_dir tests for others (#2502) 2020-07-09 07:15:41 -04:00
neptune.py make loggers pickleable (#2518) 2020-07-05 19:57:22 -04:00
tensorboard.py Add support to Tensorboard logger for OmegaConf hparams (#2846) 2020-08-07 09:13:21 -04:00
test_tube.py save_dir fix for MLflowLogger + save_dir tests for others (#2502) 2020-07-09 07:15:41 -04:00
wandb.py save_dir fix for MLflowLogger + save_dir tests for others (#2502) 2020-07-09 07:15:41 -04:00