Hi @<1635088270469632000:profile|LividReindeer58> , I would investigate the pipeline controller + all the steps
DepressedFish57 , I'm not sure there is something for this. There is a cleanup service to kill old failed/aborted tasks but to clear caches you'd have to handle it manually 🙂
Can you try running with the latest version of clearml
?
Hi @<1787653566505160704:profile|EnchantingOctopus35> , what are you running?
VexedCat68 , I don't think such an example exists, but if you create one it would be great if you opened a PR for the open source 🙂
Hi @<1572032783335821312:profile|DelightfulBee62> , I think 1 TB should be enough. I would suggest maybe even having 2T just for the safe side
I think this is what you're looking for - the agent integration
None
Hi RoundMosquito25 , you can reset a failed task and this will bring it back to draft mode
I think this would be right up your alley 🙂
https://clear.ml/docs/latest/docs/references/sdk/model_outputmodel
And you can update weights later using:
https://clear.ml/docs/latest/docs/references/sdk/model_outputmodel#update_weights
Hi @<1523701717097517056:profile|ScantMoth28> , what version of ClearML are you using? Are you using a self hosted server or the community one?
And if you run the same code locally everything is reported correctly?
AbruptWorm50 , regarding the debug samples:
When were they registered?
Were you able to view them before?
Where are they registered?
AbruptWorm50 , can you try deleting your cookies/data on your browser to see if you manage to load the debug samples? I think this might be related: https://github.com/allegroai/clearml/issues/637
AbruptWorm50 , you can send me. Also can you please answer the following two questions?When were they registered? Were you able to view them before?
Also, you mention plots but in the screenshot you show debug samples. Can I assume you're talking about debug samples?
AbruptWorm50 , I also see the HPO app is missing, I'm told this is under investigation.
https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_mongo44_migration
Looks like what you might need 🙂
SkinnyPanda43 , I think so yes 🙂
Hi, SkinnyPanda43 , from what version did you upgrade to which version?
I see, I suspect you might need to do some migrations
Hi VirtuousFish83 ,
You can do it using the API directly tasks.get_all
is what you're looking for
https://clear.ml/docs/latest/docs/references/api/tasks#post-tasksget_all
What versions of clearml-agent
& clearml
are you using? Is it a self hosted server?
Hi @<1546303277010784256:profile|LivelyBadger26> , can you provide a snippet that reproduces this?
Adding a custom engine example is on the 'to do' list but if you manage to add a PR with an example it would be great 🙂
Hi @<1552101474769571840:profile|DepravedLion86> , do you have something that reproduces this behavior?
Please implement in python the following command curl <HOST_ADDRESS>/v2.14/debug/ping
VexedCat68 , you need to run the agent on a machine with gpu. The server doesn't need to have gpu 🙂
Regarding the queue:
Yes, if someone enqueues a task onto queue X, an agent listening to that queue will run the task.
REST API is language agnostic, you can just implement the API calls in any language you like. Same as you can do with python unrelated to the APIclient module in the SDK