Hi 🙂
Is it self deployed?
Hi @<1544853695869489152:profile|NonchalantOx99> , as the error states:
raise ValueError('Could not find queue named "{}"'.format(queue_name))
ValueError: Could not find queue named "services"
It couldn't find the queue services. This is for the pipeline controller to run on. Pipelines consist of steps and the controller and they all can run on different machines. By default, the controller will try to run on the services queue. Makes sense? 🙂
IrateDolphin19 , can you give a bit of an explanation on how and what you're doing, and what on the clearml side seems to fail - how do you create the tasks and manage them...
Also, I don't think the serving should run on the same machine as the server as serving can require quite a lot of resources
SkinnyPanda43 , I think so yes 🙂
Please see the relevant docks. Also for the update failures, can you open Developer tools (F12) and see what you get in the network for the failed API Calls?
Hi @<1618780810947596288:profile|ExuberantLion50> , can you please a code snippet that reproduces this?
There aren't any specific functions for this. But all of this information sits on the task object. I suggest running dir(task) to see where this attribute is stored
Hi @<1523701842515595264:profile|PleasantOwl46> , what do you mean more details about the state? Usually in the INFO section of the task you have all history of actions
Hi @<1664079296102141952:profile|DangerousStarfish38> , can you add a log of the execution?
Can you guide me through how you got the credentials and then attempted to validate?
Hi @<1691983266761936896:profile|AstonishingOx62> , you can use set_base_docker in the code to specify it per experiment - None
You have the open source repository of the documents - None
I think you could generate a pdf from that with some code.
Hi @<1625666182751195136:profile|MysteriousParrot48> , how did you run the original experiment? Can you add the full log and also the agent configuration?
Hi HappyDove3 , you mean when using app.clear.ml?
but I want to change what is shown by the GUI so that would need to be a setting on the server itself?
Can you please elaborate?
JitteryCoyote63 , Hi 🙂
The new system takes a bit of time to get used to but it's really nice afterwards. You can right click an experiment and click on details to open the info of the experiment
Hi GiganticMole91 , what version of ClearML server are you using?
Also, can you take a look inside the elastic container to see if there are any errors there?
And are they the same tasks?
Are you using the OS autoscaler or the PRO version?
Hi PunyWoodpecker71 , what are you trying to do?
Do you have K8s?
Hi @<1731483438642368512:profile|LoosePigeon2> , can you add the full log of the run please?
Hi @<1635813046947418112:profile|FriendlyHedgehong10> , you can achieve that by using env variables - None
I think I misunderstood your problem at the start. let me take another look 🙂
Hi OddShrimp85 ,
I think it's about your own preference and how you like to work.
Hi @<1856869640882360320:profile|TriteCoral46> , you can add custom columns in the webUI and filter/arrange according to them. The webUI uses the API in order to get this data from the apiserver. So you can use the webUI in order to generate whatever filtering you want to have in your code and then implement it via the API/SDK depending on what you want to create.
Where is the error?