Better default checkpoint saving path #1339
APassbyDreg
started this conversation in
Ideas
Replies: 2 comments
-
Also, I think that the merged config file should be saved per experiment by default. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @APassbyDreg , it is recommended to use different config names for different experiments. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Usually, when I develop a model, a config file is modified many times to start different experiments. Currently, the checkpoints are saved to the default work directory by default. The folder looks like this:
In this case, it's hard to identify the experiment that generates the checkpoint, and later experiments can overwrite the previous checkpoint.
I suppose that saving the checkpoint to the experiment directory by default is a better idea.
Beta Was this translation helpful? Give feedback.
All reactions