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 , great, thanks for the info 🙂
SmallDeer34 , as a workaround for the issue of the graph maximize you can simply rename some of the experiments and this should fix the coloring issue for now until it is fixed in the next version 🙂
SmallDeer34 , and they still have the same colors when you maximize the graph?
Hi CostlyFox64 ,
Can you try configuring your ~/clearml.conf
with the following?agent.package_manager.extra_index_url= [ "https://<USER>:<PASSWORD>@packages.<HOSTNAME>/<REPO_PATH>" ]
From what I understand, by default the ES has a low disk waterkmark set at 95% of the disk capacity. Once reached the shard is transitioned to a read only mode. Since you have a large disk of 1.8Tb the remaining 85Gb is below the 5%.
Basically you need to set the following env vars in elasticsearch service in the docker compose:
` - cluster.routing.allocation.disk.watermark.low=10gb
- cluster.routing.allocation.disk.watermark.high=10gb
- cluster.routing.allocation.disk.wate...
docker-compose.yml
file you used to set up the server
How did you install your clearml server?
Hi David,
What version of ClearML server & SDK are you using?
What happens if you use the settings I pasted?
In the web UI you can click the settings icon at the top right -> settings. At that screen the version should be shown at the bottom right
ScaryBluewhale66 , Hi 🙂
You would need to install ClearML-Agent to run it
Also, what version of clearml
& clearml-agent
are you using?
Hi @<1575656665519230976:profile|SkinnyBat30> , what version of ClearML are you using? Are you uploading datasets from the same machine also to GCS?
Is the pipelinecontroller also working on preemptible instances?
Hi SoreHorse95 , about enforcing a setting globally I think this option only exists in the Scale/Enterprise versions.
Regarding the config snippet - do you manually change it to port 80? I'm not sure how to configure this, maybe SuccessfulKoala55 might have some more insight.
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?
Googling ES error: es_rejected_execution_exception and it seems that it is caused due to the excessive load on ES. Apparently the hardware cannot keep up with the pace that you're sending events batches. I would recommend working with smaller batches and checking whether the error goes away.
Were there any changes to your Elastic or your server in the past few days?
Or should I set agent.google.storage {}?
Did you follow the instructions in the docs?
Hi @<1671689442621919232:profile|ItchyDuck87> , did you manage to register directly via the SDK?
Are you self hosted or using the community?
Hi @<1533257411639382016:profile|RobustRat47> , what would you define as most metrics?
RobustRat47 , you can optimize the connection process by using auto_connect_frameworks
to select the frameworks you're using. That can speed up the process
Oh, can you please do the same with developer tools when user tries to accept?
Can you please open developer tools (F12) and see what is returned in network when you try to do this?
Strange, maybe @<1523703436166565888:profile|DeterminedCrab71> might have an idea