There was an error while loading. Please reload this page.
1 parent 048ba19 commit 1233c3bCopy full SHA for 1233c3b
1 file changed
example/my_app.py
@@ -56,8 +56,6 @@ def dummy_training(cfg: DictConfig) -> float:
56
lr = 0.12, dropout=0.33, opt=Adam, batch_size=4
57
"""
58
59
- # print(cfg.hydra )
60
-
61
# makes sure folders are unique
62
os.makedirs('newdir', exist_ok=False)
63
0 commit comments