Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to overwrite (no_reuse) experiment directory #136

Closed
bagustris opened this issue Jul 2, 2024 · 2 comments
Closed

Option to overwrite (no_reuse) experiment directory #136

bagustris opened this issue Jul 2, 2024 · 2 comments

Comments

@bagustris
Copy link
Collaborator

In my experience, I often in situations to change EXP.root.name directory due to a previous error (typo, etc, in the INI file). So, I think it will be convenient to have the "overwrite" or "no_reuse" key in the [EXP] section. So, with this addition, it will be like the one below.

[EXP]
root = ./apsipa_2024/results/
name = exp_turev_audmodel_32
no_reuse = true

The default should be 'false' to meet current behavior. With true, all files inside root.name will be erased to start new experiment. How @felixbur?

@felixbur
Copy link
Owner

felixbur commented Jul 2, 2024

this sounds like a combination of

[DATA}
no_reuse = True
{FEATS]
no_reuse = True

but, yes, why not. Shall i implement it?
@bagustris ?

@bagustris
Copy link
Collaborator Author

@felixbur
I don't realize if [DATA] has no_reuse key too. I checked it works as my need, so maybe no need to implement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants