We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec16269 commit 8055e8eCopy full SHA for 8055e8e
main.py
@@ -27,7 +27,7 @@ def main():
27
# hyperparameter search using wandb sweep
28
logger.info('>>>>>>> sweeping start <<<<<<<')
29
30
- subfolder = f'{configs.model_id}_{datetime.datetime.now().strftime("%m%d_%H%M")}'
+ subfolder = datetime.datetime.now().strftime("%Y_%m%d_%H%M")
31
configs.subfolder_train = subfolder
32
# Automatically enable wandb logging when sweeping
33
configs.wandb = 1
0 commit comments