error due to new classname, when using: mllaunchpad -c config_dev train
TheMBadger opened this issue · 1 comments
TheMBadger commented
Situation is:
- I have trained a model.
- I change my class name afterwards (it was MyExampleModel)
- I train again via: mllaunchpad -c config_dev -train
My Expectation: A new model is trained
What really happens: I get an error because of my old model.
Workaround: Throw away my old model first
Suggestion: ignore old model
schuderer commented
Thanks for reporting. I regard this as a bug. Should be a quick fix. I added it to the list of items under prioritization.