b39f4798a6
* 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> |
||
---|---|---|
.. | ||
__init__.py | ||
base.py | ||
comet.py | ||
csv_logs.py | ||
mlflow.py | ||
neptune.py | ||
tensorboard.py | ||
test_tube.py | ||
wandb.py |