Closed bagustris closed 4 months ago
this sounds like a combination of
[DATA}
no_reuse = True
{FEATS]
no_reuse = True
but, yes, why not. Shall i implement it? @bagustris ?
@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.
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.
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?