Is there a way to generate usage stats and reports for queues? For example, how often is a queue used, how much CPU does the queue consume when it's used, et...
2 years ago
heyo, after building some custom pipelining functionality on mlflow, I started looking for better software that can beat what I created - with a similar amou...
2 years ago
hey, im trying to create pipeline step with a List[str] as a parameter but it keeps getting serialized into a str. what are the supported types here?
2 years ago
Hi, do you know more or less how many workers can server work with. Have you make such stress-tests? The thing is that we have some power run agent on (for e...
2 years ago
Hi, is there a way to restrict users uploading their Dataset data to the server's file_server instead of an external location? Specifically since the image i...
2 years ago
Hi. Suppose I want to report on what my task has done by having it generate a markdown (.md) file with links to some "local" figure files. looking at the rep...
2 years ago
Hi, is a remote task execution wit Azure DevOps private repository working? I am hitting a problem where ClearML is creating a wrong URL for loading: Using u...
2 years ago
Hi, I am currently playing around with the aws_autoscaler (script) in the OpenSource version. I was wondering if there is a way to hand over the credentials ...
2 years ago
Hello! I'm using the self-hosted version of clearml. I'm doing some testing and it seems that the Clearml isn't auto-logging my matplotlib plots. The version...
2 years ago
Hello, Does anyone know how to bypass package management by clearml if using docker mode? I want to achieve the following - Run agent in docker mode Push a t...
2 years ago
Hi, can I somewhere setup URLs that are shown in http://clearml.example.com/settings/workspace-configuration in self-hosted version? It gives me incorrect on...
2 years ago
Hello everyone! I'm currently trying to set up a Pipeline, and am a bit confused at a few things. Some questions I have: What does the intended workflow for ...
2 years ago
when use gcp bucket as files_server + yolov5 train for now its upload the model in the end to files_server/name.task_id/model/best.pt is there option to omit...
2 years ago
Hello everyone ! I tried to reproduce your tutorial : https://github.com/thepycoder/urbansounds8k . Basically I got still the same issue: 2022-11-21 09:57:31...
2 years ago
Hello! Currently ClearML open-source supports only AWS auto-scaler. Have any one tried to implement auto-scaler (e.g. spin up/down compute instance) in googl...
2 years ago
Hello, I am using clearml in docker mode. I have a simple script that runs locally, runs on the target machine running the same tensorflow container, but doe...
2 years ago
Hi, we have quite an unusual issue. We run some agents, we attach them to queue. They are doing the job (they are doing hyperparameter optimization), however...
2 years ago
clearml-init doesn't ask for ports, and our server exposes ports that are different from default ones. it would be great to have an option to change default ...
2 years ago
are the ClearML server AWS AMIs a paid only feature?
2 years ago
Hello! I was hoping I could get some debug help. I've set up a ClearML pipeline using the PipelineController, and when running through pipeline.start_locally...
2 years ago
Non clearml query. I am running a bash script then python script as a job in Kubernetes. I tried to do these steps as an entrypoint in dockerfile but it didn...
2 years ago
Hi guys, may I know how to update the preprocess.py for clearml serving through command line? Anyone got error when trying clearml serving pytorch example? I...
2 years ago
HI all, After upgrading to sdk 1.8.0 we are having issue adding external files to dataset from gcs. This is the code we use: dataset_id = dataset = Dataset.c...
2 years ago
Hi, when I execute task.close() then task.get_status() . The output is completed not closed . I'm wondering when the status becomes closed . Also, I have ano...
2 years ago
After closing a task you'll have to open it again with init before you can do anything with it. The different statuses are here: https://clear.ml/docs/latest...
2 years ago
Hi. I will try again since I got no answers previously 😁
2 years ago
When we run some agents and then kill them, they remain in UI for quite a long time (even if they are don't exist) - it is like 5min. It there some way to ma...
2 years ago
Hi, I am currently using CLEARML_AGENT_GIT_USER and CLEARML_AGENT_GIT_PASS when starting my clearml-agent and I would like to switch to using a single auth t...
2 years ago
HI, We have Clearml version WebApp: 1.3.0-165 • Server: 1.3.0-165 • API: 2.17 Suddenly all experiments were removed. After checking logs we see that before 6...
2 years ago
task struck at task.flush(wait_for_uploads=True) : I've been running a model training task - a variation on this clearml dataset example: https://github.com/...
2 years ago