Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Delaunay committed Nov 9, 2022
1 parent 048ba19 commit fe93ec8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions example/my_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 0 additions & 1 deletion hydra_plugins/hydra_orion_sweeper/implementation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe93ec8

Please sign in to comment.