From fe93ec8575782ffd5b1cc837d6ca691ec5869446 Mon Sep 17 00:00:00 2001 From: Pierre Delaunay Date: Wed, 9 Nov 2022 13:16:07 -0500 Subject: [PATCH] cleanup --- example/my_app.py | 2 -- hydra_plugins/hydra_orion_sweeper/implementation.py | 1 - 2 files changed, 3 deletions(-) diff --git a/example/my_app.py b/example/my_app.py index 387e828..ff68b07 100644 --- a/example/my_app.py +++ b/example/my_app.py @@ -56,8 +56,6 @@ def dummy_training(cfg: DictConfig) -> float: lr = 0.12, dropout=0.33, opt=Adam, batch_size=4 """ - # print(cfg.hydra ) - # makes sure folders are unique os.makedirs('newdir', exist_ok=False) diff --git a/hydra_plugins/hydra_orion_sweeper/implementation.py b/hydra_plugins/hydra_orion_sweeper/implementation.py index 2469ba3..1c9ace7 100644 --- a/hydra_plugins/hydra_orion_sweeper/implementation.py +++ b/hydra_plugins/hydra_orion_sweeper/implementation.py @@ -13,7 +13,6 @@ from typing import Any, List, Optional, Sequence, Union from hydra.core import utils -from hydra.core.global_hydra import GlobalHydra from hydra.core.override_parser.overrides_parser import OverridesParser from hydra.core.override_parser.types import Override, QuotedString from hydra.core.plugins import Plugins