From 335819e1b7cd3e206a2cf46f4621e1bd771b4c2b Mon Sep 17 00:00:00 2001 From: Justus Schock <12886177+justusschock@users.noreply.github.com> Date: Mon, 27 Apr 2020 09:52:31 +0200 Subject: [PATCH] Update test_tensorboard.py --- tests/loggers/test_tensorboard.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/loggers/test_tensorboard.py b/tests/loggers/test_tensorboard.py index 4e5974b2b1..27ee234b81 100644 --- a/tests/loggers/test_tensorboard.py +++ b/tests/loggers/test_tensorboard.py @@ -77,7 +77,8 @@ def test_tensorboard_log_hyperparams(tmpdir): "layer": torch.nn.BatchNorm1d } logger.log_hyperparams(hparams) - + + def test_tensorboard_log_hparams_and_metrics logger = TensorBoardLogger(tmpdir) hparams = {