erezalg
erezalg
Hi @kokamido, We've released and rc with a fix to this issue, could you please test by installing pip install clearml==1.6.3rc1
Hi @rg314 , Are you using clearml self-hosted or hosted ClearML? If you're using hosted ClearML, you can use Gmail \ github \ bitbucket's 2FA out of the box :)...
Hi @mctigger @idantene @H4dr1en @VladimirYugayKaia, Trying to wrap the discussion up and finalize conclusions, please let me know if I got it right: 1. The annoying part is to get...
Hi @davidenitti, Sorry for the slow reply, this somehow slipped my radar. Short answer is yes, you can with this code: from clearml import Task from clearml.backend_api.services import events print(Task._send(Task._get_default_session(),...
@davidenitti, you can add iters=X, where X is the iterations window (how many iterations from the last one you'll retrieve). Let me know if that works
Hi @HeleneFabia, thanks :smile:, we saw that too. an RC is in the works!
Hi @antonlukyanov, I've tried to reproduce your scenario with a simple script and couldn't, I used this: from clearml import Task, Logger from time import sleep import random t =...
Hi @antonlukyanov, Thanks for the code, we now are able to reproduce the issue. Will let you know once this issue is resolved
Hi @mikel-brostrom, That...shouldn't happen :) Does this persist? IE, does it happen every time? Also, it might sound silly, but did you try downloading and checking if all files are...
@mikel-brostrom, what SDK version are you using? with version 1.6.4 we've added a retry mechanism for uploads which should help in your case.