Hi I strongly to solve this issue of "Python virtual environment cache is disabled. To accelerate spin-up time set agent.venvs_cache.path=~/.clearml/venvs-ca...
3 years ago
Hi, what is the correct way to get all the failed and aborted experiments? client = APIClient() tasks = client.tasks.get_all( system_tags=["failed", "aborted...
4 years ago
Hey team, I have a bug that I created in github None and wondering if anyone faced it and has any input for it
7 months ago
Hi all, Does anybody happen to have any recent experience spinning up service workers (via clearml agent) with a limited number of instances/workers? We'd li...
2 years ago
[ClearML Task Querying] How would I find Tasks that have the same code with different inputs/parameters? I’m interested in “diff”ing the inputs to/outputs fr...
2 years ago
Hey! Probably missed something, but I recently upgraded to 1.1.1, and I've just noticed that png artifacts are not displayed in the preview. Is this intentio...
4 years ago
Hi, I am trying to upload a model using PipelineController but I get the following error. clearml==1.8.3 Can anyone help here? from clearml import PipelineCo...
2 years ago
hey guys, i didn't see any record of it in the documentation and i am wondering what the following attributes in the clearml.conf are responsible of: - conda...
2 years ago
Hi Team,when clearml-agent is used to run the code,i t will setup the environment ,how it take the python package version?
2 years ago
Hi everyone, I'm trying to deploy my first ClearML pipeline with a configuration for logging and caching to avoid repeating already computed steps. However, ...
one year ago
Hi! Once again, I'm having trouble with the autoscaler. If the 'setup shell script' field is present, the task won't start. It woulf install all the requirem...
one year ago
HI all, we have just set up the clearml server on an on-prem server and we can successfully access its APIs when we are on-prem from PCs within our network. ...
3 years ago
Hi, just to check. Does the k8s glue install torch by default? I'm getting Warning: could not resolve python wheel replacement for torch==1.8.0 even though i...
4 years ago
hi, i notice through the log that ClearML cannot find the python3.7 that was installed in the docker container and is using the worker’s default version. War...
3 years ago
I’m trying to use task.execute_remotely but the repo I’m trying to use is not being identified correctly. I have it setup to git pull from a master repo and ...
4 years ago
Hi Team,Could we schedule the pipeline execution for particular time in clearML ?If so please provide some example codes.
2 years ago
3 years ago
Hi, I’m trying to figure out what do the Clearml Agents use the webserver endpoint for and what would break if one didn’t have access? For context: I’m tryin...
4 years ago
Question about the usage of trains agents. In our company we have 3 HPC servers, two of them have multiple GPUs, one is CPU only. I saw in the docs the multi...
5 years ago
Hi, how can I check if my clearml-agent is running probably? I setup a local server to test, but seems it does not pick up any job. In the UI, I saw the new ...
4 years ago
Hey how can I trigger multiple "Hyperparameter Optimization" in a for loop to run on a service? I have around 30 models I'd like to run a BO on in a service ...
2 years ago
Hi, i would like to understand the dataflow when using clearml-data. When i use clearml-data CLI to get versioned data. Does the data proxy though ClearML Se...
3 years ago
I am using pipeline from decorators. In the pipeline, there is a training step that returns a model (I want this model to also be uploaded as an artifact on ...
2 years ago
Hi, can I default the ClearML fileserver to a s3 path?
4 years ago
Hello! In the latest release (clearml 1.16.5), dependency to PyJWT is pyjwt<2.9.0 Do you consider relaxing that dependency (allowing pyjwt=2.9.0 ) soon?
one year ago
Hello! I am wondering if someone has run in to a similar issue to this. I set up a new agent (pip mode) and one of my users set up their repo with poetry. It...
2 years ago
Hi Everyone! :woman-raising-hand: This month we're back with our monthly community talk! 🎉 Join us next week, when we'll discuss our updated roadmap, give a...
4 years ago
additionally i'm wondering if you can configure the routes for the api, server and file server to be paths instead of sub-domains: i.e. http://clearml-server...
3 years ago