lightning/pytorch_lightning/loggers
s-rog 7b054399c6
fix tb hparams logging (#2974)
* log_hyperparams add default metric

also adds scalar support

* fix typos and style

* another typo

* keep original logging implementation

* remove missed line

* fix capitalization

* add step to leg_metrics for tests

* disable hp metric none (-1) logging

to pass tests

* initial arg implementation

* add step to log_metrics

* add hp_metric case to log test

* add docs 

and minor formatting

* fix broken else

* pep8 style

* edit tests

* Update pytorch_lightning/loggers/tensorboard.py

Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>

* Update pytorch_lightning/loggers/tensorboard.py

Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>

Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
2020-08-24 06:57:04 +00:00
..
__init__.py clean imports (#2867) 2020-08-08 00:33:51 +02:00
base.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
comet.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
csv_logs.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
mlflow.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
neptune.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
tensorboard.py fix tb hparams logging (#2974) 2020-08-24 06:57:04 +00:00
test_tube.py Fix log_graph in TensorBoardLogger (#3092) 2020-08-22 06:35:09 -04:00
wandb.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00