Thank you for auto_connect_streams=False trick. I think, it's good solution for my case.
Hello @<1523701205467926528:profile|AgitatedDove14>
No, problem with storage at ClearML server. I see this error message:
"Your metrics quota has been reached. Upgrade your account for additional storage."
on page None
how I can turn off git diff uploading?
Sure, see here
None
Thank you for this information! I think my problem may be caused by a large log.
Is there a way to use two logs: short for the ClearML server and detailed only for display in the local console?
Can I delete logs from existing experiments on the ClearML server?
Oh I see, yes the "metrics" include both scalars / plots & console outputs,
I also think they are updated only once a day (or maybe twice a day?) so even if you delete them it will take to update
(archive is not delete, you then need to go to the archived view and delete it from there)
Hi @<1674588542971416576:profile|SmarmyGorilla62>
You mean on your elastic / mongo local disk storage ?
I have one more question: how I can turn off git diff uploading?
Can I delete logs from existing experiments on the ClearML server?
Only by resetting the Task (which would delete everything), or deleting the Task iteself.
You can also disable the auto console log, and report manually ?
Task.init(..., auto_connect_streams=False)