AgitatedDove14 i have clone the code from https://github.com/thepycoder/asteroid_example.git ,and runing pipeline.py file using above command. and in clearml app in console i am getting error " clearml.automation.job - WARNING - Error enqueuing Task <clearml.task.Task object at 0x7fc815fadfa0> to CPU Queue: Could not find queue named "CPU Queue". please see the attach snap
How can i find queue name
You can generate as many as you like, the default one is called "default" but you can add new queues in the UI (goto workers & queus page, then Queues, and click "+ New Queue"
i gone through docs, doing the same,but getting error
Hi SuperiorCockroach75
You mean like turning on caching ? What do you mean by taking too long?
Did you set an agent on a machine? (See clearml agent in docs for details)
AgitatedDove14 from where i get queue name.can you please tell me i am beginner to use clearml.
i follwed steps like below..
pip install clearml-agent
clearml-agent init
clearml-agent execute --id <taskid>
I think what you are looking for is clearml-agent daemon
https://clear.ml/docs/latest/docs/clearml_agent
https://clear.ml/docs/latest/docs/getting_started/video_tutorials/agent_remote_execution_and_automation
You need to adjust it to your setup , specifically change the queue name to one you have. Does that make sense ?