You'll need ES/Mongo to run the ClearML server
VexedCat68 , you can iterate through all 'running' tasks in a project and abort them through the api. The endpoint is tasks.stop
Hi @<1652845271123496960:profile|AdorableClams1> , you set up fixed users in your docker compose, I would check there
Hi @<1547028031053238272:profile|MassiveGoldfish6> , I think you can access the description by fetching the dataset and searching inside the different attributes. You can use dir()
in python to see what's attached. I think you can look for Dataset.data
after you fetch it
1.7.0 is the latest release for ClearML self hosted. The issue does not reproduce there. Can you try upgrading your server?
https://github.com/allegroai/clearml-server
I think clearml-web is just the source code for the UI.
Hi TenseOstrich47 ,
Yes π
Please take a look here:
https://github.com/allegroai/clearml/blob/master/examples/scheduler/trigger_example.py
https://github.com/allegroai/clearml/blob/master/examples/scheduler/cron_example.py
SmallDeer34 Hi! π
I'm afraid that currently we support only up to 10 experiments in comparison at once. However you can add/remove experiments mid comparison. Is there a specific reason why you'd need to compare specifically 20?
Regarding the coloring, if you do 5/5 it would be supported.
SmallDeer34 , just out of curiosity, how many in a single compare would be needed for your use case?
Hi @<1603560525352931328:profile|BeefyOwl35> , what do you mean set up the agent remotely? You run the agent on your machine and want the agent to run when it's shut down?
JitteryCoyote63 , I'm afraid currently not and only available in docker mode.
What do you need it for if I may ask?
Hi JumpyPig73 , can you provide a snippet from the console log? Also, what OS are you running on?
SmallDeer34 , great, thanks for the info π
But you said that pipeline demo is stuck. Which task is the agent running?
What version is the server? Do you see any errors in the API server or webserver containers?
Did you download it to the same folder or to some mounter folder?
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
you can find the different cache folders that clearml uses in ~/clearml.conf
CluelessElephant89 , Hi!
In the UI, under the execution tab there is a 'Container' section.
There you can configure all of those π
You need the docker to be available on dockerhub so the agent will be able to pull the docker
CluelessElephant89 , I've added screenshots. Tell me if those help π
Hi ScrawnyLion96 ,
I think it handles some data like worker stats. It's required for the server to run. What do you mean by the redis getting fuller and fuller?
Hi @<1648134232087728128:profile|AlertFrog99> , how is the download speed if you download directly to the NAS drive, unrelated to ClearML's cache
JitteryCoyote63 , If you mean storage secrets (aws,azure, etc..) then you can configure them in your ~/clearml.conf π
BroadCoyote44 , Hi!
This is very strange indeed. Which version of clearml are you using? I'm guessing you tried with clearml-init ?
Also, I think that maybe there is a bug with the CPU mode: I tried to run tests with instance without GPU , marked the option "Run in CPU mode (no gpus)" and I saw on the experiment logs that its trying to run the docker with "--gpus all" option and failed right after the execution.
Which instance type did you use?
Can youΒ curl
http://10.3.19.183:8008 Β from your workstation?