Could you elaborate on S3 checkpoint name?
I'm assuming it's a filename?
Possibly post those few lines of code?
We checked in the UI and if the model description is edited with double spaces, they remain, so the problem is likely somewhere in the SDK.
Haha, should not be too complicated to add one. We will consider it. Thanks for reporting the issue
sounds like an overkill for this problem, but I donโt see any other pretty solution ๐
original task name contains double space -> saved checkpoint also contains double space -> MODEL URL field in model description of this checkpoint in ClearML converts double space into single space. so when you copy & paste it somewhere, it'll be incorrect
thanks! we copy S3 URLs quite often. I know that itโs better to avoid double spaces in task names, but shit happens ๐
Hi DilapidatedDucks58 ! Browsers display double spaces as a single space by default. This is a common problem. What we could do is add a copy to clipboard
button (it would copy the text properly). What do you think?