Spaces:
Sleeping
Sleeping
Update amt/src/config/config.py
Browse files- amt/src/config/config.py +2 -1
amt/src/config/config.py
CHANGED
@@ -173,7 +173,8 @@ shared_cfg = {
|
|
173 |
"num_sanity_val_steps": 0,
|
174 |
},
|
175 |
"WANDB": {
|
176 |
-
"save_dir": "../logs",
|
|
|
177 |
"cache_dir": "../logs/.wandb_cache",
|
178 |
"resume": "allow",
|
179 |
"anonymous": "allow", # {never, allow, must}
|
|
|
173 |
"num_sanity_val_steps": 0,
|
174 |
},
|
175 |
"WANDB": {
|
176 |
+
# "save_dir": "../logs",
|
177 |
+
"save_dir": "amt/logs", # modified for huggingface spaces...
|
178 |
"cache_dir": "../logs/.wandb_cache",
|
179 |
"resume": "allow",
|
180 |
"anonymous": "allow", # {never, allow, must}
|