Can you try with blank worker_id/work_name in your clearml.conf
(basically how it was before)?
You can force kill the agent using kill -9 <process_id>
but clearml-agent daemon stop should work.
Also, can you verify that one of the daemons is the clearml-services daemon? This one should be running from inside a docker on your server machine (I'm guessing you're self hosting - correct?).
Hi GorgeousMole24 , I think for this your best option would be using the API to extract this information.
` from clearml.backend_api.session.client import APIClient
client = APIClient() `is the pythonic usage
Hi @<1600661428556009472:profile|HighCoyote66> , I think you need to set it in the docker compose.
Also, how did you set the env variable?
Hi SlimyElephant79 , can you share a screenshot of the 'Execution' section in the UI?
Hi @<1523703961872240640:profile|CrookedWalrus33> , this should be supported. How did you configure HPO?
How are you reporting / generating them now?
Did you try what I added? Also the screenshot is too small, nothing is readable
Also, I think you can specify title withplt.title('Image Title')
Strange, maybe @<1523701087100473344:profile|SuccessfulKoala55> might have an idea
What versions of ClearML/matplotlib are you using?
Can you provide a task id for such a task?
Just making sure we cover all bases - you changed updated the optimized to use a base task with _allow_omegaconf_edit_ : True
Hi ShallowGoldfish8 , can you elaborate please? You mean train with different data?
Just to make sure, run the code on the machine itself to verify that python can actually detect the driver
I'm afraid this is not currently supported 😞
Hi @<1797800418953138176:profile|ScrawnyCrocodile51> , if you use Task.init it should automatically capture all console logs without any extra addition of code.
Hi FranticLobster32 , what version of ClearML, of Agent & Hydra are you using?
Hi DangerousDragonfly8 , can you please elaborate on your use case? If you want only a single instance to exist at any time how do you expect to update it?
Oh, I misunderstood. You mean you're using app.clear.ml ?
Please try setting it to True, that should fix it
VexedCat68 , are you running the scheduler from the same machine? Where is the folder located?
Hi @<1570220858075516928:profile|SlipperySheep79> , you can use pre & post execute callback functions that run on the controller. Is that what you're looking for?
Check the pre_execute_callback
and post_execute_callback
arguments of the component.