Hi, I am trying to figure out how to get cloud storage access working in the agent. I am running the agent locally in docker mode. I set up GCP Storage in th...
Hi all, I am currently trying to deploy clearml in AWS Fargate using Terraform, and need to pass in some https://clear.ml/docs/latest/docs/deploying_clearml/...
2 years ago
Hello! I am running self-hosted ClearML. Does deleting dataset from the UI also remove it from disk? I've just deleted one (send to archive then delete) and ...
12 months ago
Hi guys, I managed to set up a Kubernetes cluster and install Trains into it. While testing my set-up I run the test_reporting.py example https://github.com/...
4 years ago
Hey there, happy new year to all of you 🍾 I have several tasks that are stuck while training a model with pytorch/ignite, more precisely right after uploadi...
4 years ago
I need to create some meta-analysis of my experiments. Is there a "dashboard" view for trains that I can create plots for all experiments metadata? If not, i...
5 years ago
Hello, we have noticed that debug images takes way too long to load 6 to 8 seconds when requesting events.debug_images We also notice that the returned objec...
4 months ago
hello, We encountered issue that our model experimenting was pending with msg "waiting to finish uploads". It did not complete the experiment with "failed mo...
4 years ago
Hi, I logged my params to clearml like this: params_dictionary = {'max_depth': 20, 'max_features': 2} wandb.config = params_dictionaryAnd load them like this...
3 years ago
clearml-session not working for me.. agent also there.. its showimg clearml-session not found
2 years ago
Hey! Is there a way to ignore the spammy output of progressbars like progressbar2 and tqdm in the captured log in Trains?
5 years ago
Hey, I have pipeline from code, but have problem with caching. Actually clearml didn't cache already executed steps (tried to re-run pipeline from web-ui). D...
one year ago
Hello! I am new to clearml. I have clearml installation with helm chart. I am using k8s agent. I have configured a queue for the agent. I have created a simp...
5 months ago
Hi, I'm using Task.register_abort_callback to store the latest model checkpoint, but the ergonomics of the callback feel weird to me. I have to do these work...
one year ago
Is there a way to get a docker-compose.yml that would also work with a reverse proxy, such as traefik/nginx-proxy etc? Because otherwise I am not sure how I ...
5 years ago
Hi team, I'm having an issue with ClearML Serving custom metrics not showing up in Prometheus or Grafana. Here's what I did: - Added custom metrics with the ...
11 months ago
Hey! I'm having a weird issue when I run pip freeze locally it's showing version "clearml==0.17.5rc6" but when I initiate the task it's always starting with ...
4 years ago
Once I set up a clear ml server on a machine. I understand I need an agent listening on a queue to run code. Do I absolutely have to have an agent and the gp...
4 years ago
2nd time re-ran i am getting this error
2 years ago
Hi, I have k8s environment and I have tried to install via helm. https://github.com/allegroai/clearml-helm-charts However, there were all kinds of errors in ...
3 years ago
Also, I am confused about whether Trains is fully open source because I didn’t see where the source for the web client is.
5 years ago
Hello folks, I'm having the same issue: None - is there a place where I can see the available options for apiserver.conf?2. is this the correct way: auth { f...
one year ago
Hi quick question. If i use clearml-data to upload a dataset to a remote folder which is mounted at, say, /mnt/something/data, when i use Dataset.get_local_c...
4 years ago
Hello, I’m trying to log (via task.connect() ) a dictionary of the exp parameters. As I understood it, ClearML supports only builtin types, but I’m getting t...
3 years ago
Hi, I'm trying to upload a dataset to s3 using dataset.upload(show_progress=True, verbose=True, compression=ZIP_STORED) which is supposed to upload without c...
9 months ago
Hello everybody, I'm seeking for a clarification on the 'Metrics' quote for the SAAS platform. My workspace only uses self S3 storage as the File Server to s...
2 years ago
Hello everyone, Context: I am currently facing a headache-inducing issue regarding the integration of flash attention V2 for LLM training. I am running a pyt...
2 years ago
Hi! I was wondering if ClearML offers any solutions for the following situation. I have created a queue (say Q) for model training tasks, and two agents list...
4 years ago
In the "Models" tab under a project I cannot add a custom column of metrics or metadata. It is just grayed out. Is this a bug?
9 months ago