From eb5b206f7e1b08435378d2a02395307be55ee6f1 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 6 Jul 2021 17:42:53 +0200 Subject: Refactoring data with attrs and refactor conf for hydra --- training/run.py | 1 + 1 file changed, 1 insertion(+) (limited to 'training/run.py') diff --git a/training/run.py b/training/run.py index 5f7c927..31da666 100644 --- a/training/run.py +++ b/training/run.py @@ -51,6 +51,7 @@ def run(config: DictConfig) -> Optional[float]: ) # Log hyperparameters + log.info("Logging hyperparameters") utils.log_hyperparameters(config=config, model=model, trainer=trainer) if config.debug: -- cgit v1.2.3-70-g09d2