David Nativ Lecourt

Results 31 comments of David Nativ Lecourt

hi @rui1998 In this case, the first agent that will grab the task will execute it :) If you need to be able to choose which worker you assign to...

hi @aurelien-m thanks a lot for all those infos. I found the issue and we should release a fix soon. In the meantime : - you should not use click...

Hi @SIY1121 can you please share the _agent_ section of your clearml.conf (please blur the credentials :) ) ? this part : ``` # Set GIT user/pass credentials (if user/pass...

Hi I can't manage to reproduce your issue. Are you doing other things than creating the project and refresh the page ? _After testing it a bit more I'm not...

I have created the task with Task.create and pulled it with an agent, to change its status. The error now occurs when the agent builds the env : he tries...

hello @rui1998 I am not sure to fully understand your question : can you explain what you want to achieve ? Do you have scripts from different repo to execute...

Hi @zwergon You should be in offline mode if you have used Task.set_offline(True) You can check your mode using Task.is_offline(). By default, task._offline_mode = None (and you are not in...

Hi @idantene So far you can log those parameters in the Experiment/Configuration part - but I guess that you would prefer them into the model part. Do you explicitly need...

Hi @skinan We manage to reproduce your issue and are examining what is happening. We keep you updated

Hi @tronglh241 Everything is visible from the UI You can set your password as an environment variable and execute it through an agent in docker mode. The variable will be...