You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we train a model more than once in a row and we want to use the same training settings (i.e. same TrainConfig), every training will overwrite the results of the previous ones.
What is the expected result?
When the option create_subfolder_per_run=True and training a second time with the sameTrainConfig, a new subdirectory should be created, where the results of the second training are stored. In other words, the results of the second training should not overwrite the results of the first one.
What is the actual result?
In the situation above, the results of the first training are overwritten.
Short description
If we train a model more than once in a row and we want to use the same training settings (i.e. same
TrainConfig
), every training will overwrite the results of the previous ones.What is the expected result?
When the option
create_subfolder_per_run=True
and training a second time with the sameTrainConfig
, a new subdirectory should be created, where the results of the second training are stored. In other words, the results of the second training should not overwrite the results of the first one.What is the actual result?
In the situation above, the results of the first training are overwritten.
Steps/Code to reproduce
Tracebacks (optional)
No response
Environment details (optional)
No response
Would you like to work on this issue?
None
The text was updated successfully, but these errors were encountered: