Hi TenseOstrich47
Thanks for following up!
Should be solved in the upcoming release (I think ETA is next week) 🙂
No worries, happy to help with the bug hunt 😄
This is a suspicion only. It could be something else. In my case, there is no artifact or other config with a dict containing that key. Only the label map contains that key
Hey Martin. By labels map, I'm referring to the labels map assigned to the model. The one you can view in the models tab // labels
I think this is due to the label map including some keys with a
.
in them.
Hi TenseOstrich47 what do you mean "label"
using this method training_task.set_model_label_enumeration(label_map)
Verified, you are correct "." in label enumeration will break the clone .
I'll make sure this bug is passed to backend guys to fix. Thanks TenseOstrich47 !
meanwhile maybe "_" instead ? 😁
Ohh, hmm, that is odd, there should not be a limit there. Let me check ....
Yeah, it's not urgent. I will change the labels around to avoid this error 🙂 thanks for checking!