erezalg
erezalg
@mikel-brostrom, so it should have retried, I'll check if something went wrong or we just don't print retry info Thanks!
Hi @aurelien-m, Again, sorry for letting you debug this by yourself, but the best insights come like that so... ;) Just making sure I get this 100%, when a pipeline...
@aurelien-m Happy to hear this issue was solved :) As for clearml zipping folders, AFAIK there's no workaround ATM, if I find something I'll update and otherwise I'll update once...
Hi @aurelien-m, Please install ClearML 1.7.2rc2. It should solve this issue :)
Hi @gorogm, Yup :smile: that indeed seems to happen and it's not supposed to. We'll make sure to fix it
Hi @gorogm, I had a chat with our developers and it actually is by design that this happens. basically, task.mark_completed() is meant for scripts that manage other tasks (such as...
Hi @PaulZhangIsing, Yeah sure! you can call: optimizer.start_locally() and the entire process will be done locally!
Hi @thgpddl, The reason you're getting this error is that the task you're trying to update is already completed. For reproducibility, ClearML allows you to only modify created, or running...
Hi @PaulZhangIsing, I tried running your code but it reads a json_data.json and later uses it. I removed the dependency on json_data file and I could train the model without...
Hi @guatavita, Let me see if I got it right. You use Hydra to manage your configuration, and you save it in a repository. Your script loads it and reads...