Update test_tensorboard.py

This commit is contained in:
Justus Schock 2020-04-27 09:52:31 +02:00 committed by GitHub
parent 312e394654
commit 335819e1b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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 = {