Hi ClearML community! I have a question how and where do i setup max number of workers per clearml Agent? Agent is running by kubernetes. None --services-mod...
2 months ago
btw, im trying to learn 🙂 I also created this: import os import sys import torch import torch.onnx import traceback from pathlib import Path import json # I...
2 months ago
Hello, Have been trying for a long time to make a task that collect a dataset from cvat and trains a yolo modell in clearml. But cannot figure it out and get...
2 months ago
Hi All! I'm trying to easily show and query (with SQL) Parquet files stored by ClearML in an S3 storage. I've tried to integrate DuckDB, but for large chunke...
2 months ago
I saw the clear agent is running, but my task shows pending. What is the problem
2 months ago
Is there a way to fail early if a task in a k8s pipeline references a queue that doesn't actually exist? We've had this happen by accident (typo), the pipeli...
2 months ago
Hello! Please tell me, is there any way to correct a typo in the metric name in scalars and in plots? Without having to restart all experiments. It doesn't s...
2 months ago
Does anyone know where I can find ISO certifications of the ClearML product/company? we are being audited by a EUnotified body and need it ASAP to prove the ...
2 months ago
Hi, when downloading datasets using the Python SDK on a runner initiated using execute_remotely , I get this issue: Traceback (most recent call last): File "...
2 months ago
Hello everyone. Is there a way to get the username from the user id with code?
2 months ago
Hi all — has anyone run into degrading download performance with ClearML Storage Manager? I’m spinning up an EC2 instance (Dockerized) with the AutoScaler an...
3 months ago
Hello! I just managed to get a model's response for the first time in months 😄 The difference is that I used the preprocess script along with the endpoint. ...
3 months ago
I was working with pipelines and just wanted to know if using clearml data is a better way to store any task outputs compared to artifacts. Also for example ...
3 months ago
Hello! It's my second time trying ClearML - hoping this time I will succeed 🙌 I've trained a simple random forest model and uploaded it to clearml-serving e...
3 months ago
I want to run clearml sdk to create task (without running it) and upload artifact in a container. I have code to pull clearml API key from Azure Keyvault and...
3 months ago
Hey! does the SDK have default timeout, in case endpoint is not available or credentials are not valid? getting this warning messages, SDK fails to communica...
3 months ago
Hi! How can I correctly export data (datasets, artifacts, etc.) from one ClearML server docker compose ( local file servrer) to another Clear ML server docke...
3 months ago
Hi guys, I’m trying to deploy ClearML to K8s. When I try to execute a pipeline (from the examples) on a remote worker, I get an "aborted" run status and see ...
3 months ago
Hi! I am running a clearml task. It is training a transformer model using huggingface. I have disabled all callbacks from the trainer, and in the task.init h...
3 months ago
Hi I'm running an HPO service but getting Task Failed: Stopping Task (4) with no error logs. In this example he says it's related to .ssh but I'm not sure wh...
3 months ago
Hi, I'm using fractional gpu container, but I can't profile any thing, the nsys says only "Segmentation fault (core dumped)" Can you guys help me and do you ...
3 months ago
Hi! maybe I am missing something, but I see how I can switch between log/linear y scale, but how can I also set the x-axis as log-scale?
3 months ago
Here's my question. I have a free account on app.clear.ml and I'm trying to create a dataset consisting of images and masks (jpgs and pngs). I use the follow...
3 months ago
Hi ClearML folks! I'm considering ClearML as an option for experiment tracking, agent orchestration etc so I'm currently exploring the capabilities and limit...
3 months ago
Hey everyone is there an option in the UI/Scalars Wizard to have metrics aggregated into single graph, e.g the ability to see loss metric in eval and train o...
3 months ago
Hi, I'm using open source on prem clearml, I tried to disable the check_for_updates so it will stop appending the new version message on each new task: CLEAR...
3 months ago
Hi, I am having trouble getting the SDK to connect to S3 properly. I can run my clearml dataset operations properly using the CLI, but when I try to use the ...
3 months ago
Hi. I am facing issue while building the dlib wheel as per the requirements of a task. i have created a custom docker image and tried installing dlib in it a...
3 months ago
Hi, after today's update clear.ml asks to restart autoscaler and it's still pending. What's wrong? Somebody has same issue?
3 months ago
It seems that through SDK users can influence what image the agent should use for the pod. Is it possible for the user to say how many resources he requires ...
3 months ago