Hi I wanted to use method Task.reset() or Task.delete() however none of that seems to be able to delete only the logs in the "console" section in the UI. Is ...
one year ago
Hi everyone, is there something like a clearml context manager to disable automatic logging? I use torch.save and torch.load to temporarily cache something o...
one year ago
Hello! I'm trying to figure out how to deploy a scheduled pipeline. I have a sample pipeline here ###------EXAMPLE FROM GITHUB------ from clearml.automation....
one year ago
Hi all! I've noticed that sometimes my program finishes before all the reporting is done and I have to add a time.sleep(...) to make sure to see them in the ...
one year ago
We have deployed our own ClearML server in Azure. We have 2 separate address for the api and web server. Both serving at port 443 In the local PC config file...
one year ago
Also, not sure where to ask this question. I am following the instructions from here: None After the instance is created I can log in with ssh but h ttp://:8...
one year ago
Hello. I am creating a ClearML server instance using the pre-built AMI (AWS). Other than the 8GB memory recommended, is there any recommendation for volume s...
one year ago
Hello I'm running a local agent . While its running the task i get this error. any suggestion? uccessfully installed numpy-1.24.4 Found PyTorch version torch...
one year ago
I wonder if there is any way to sync data on cloud storage (e.g S3 or MinIO) using clearml-data sync command? Because I don’t see any place in the documentat...
one year ago
Hi, I am running a script from a git repository. in the repository there is a package that i wrote and i would like the script that i am running to be able t...
one year ago
Hi all, How can I get the status of a component from another component in the clearml pipeline (end, pending, running)? I want to run the triton server as a ...
one year ago
Hi everyone, I’m facing the issue that when archive and remove my project (including tasks, datasets), I still seeing that data in my MinIO server. Is this a...
one year ago
Is there anyone who is using ClearML in a Jupyter Notebook. It looks like when using execute_remotely together with a jupyter noteebok, clearml tries to laun...
one year ago
how to make sure that clearml agents are running queue after server restart? Sometimes our worker dies and we manually have to run settuping for queue, we ru...
one year ago
Hi! Is there a way to connect multiple S3 storages to ClearML? As far as I understand, I can only specify one set of S3 credentials in clearml.conf
one year ago
ClearML tracks the executed .py file, so you can re-run the experiment. But... - With Metaflow DAGs, you pass a run argument to your training script, e.g. py...
one year ago
hi, I want to create a clearml-agent in docker mode, which doesn't use gpus. when I use --cpu-only flag, it forces the agent to use only a single cpu. How ca...
one year ago
Hi, i have a ClearML experiment that failed to load its scalar plots after a few hours of training, when i look at the log locally with Tensorboard it seems ...
one year ago
Hi all! Is there a way to rename the default "Args" name for task configuration that is being automatically created when the code contains argparse?
one year ago
Quick question: Does overriding a task with Task.init() do a proper delete of debug samples at an fileserver or S3 host?
one year ago
Hello, I have an issue with self hosted clearml server, everything was running find but since today i get the following error: clearml.Metrics - ERROR - Acti...
one year ago
I am getting CLEARML Monitor: Could not detect iteration reporting, falling back to iterations as seconds-from-start . How do fix it? The docs are not helpfu...
one year ago
clearnl failed to detect custom packages livsdk installed from git. I have a dev venv where I start initial clearml task. In this dev venv, I have custom pac...
one year ago
Is there a way to tell the agent to use a specific venv pre installed ? Like the one already installed in the developer PC and the agent is running inside th...
one year ago
Hi community! This is my first time using clearml. When running a training session in vscode using yolov8, I get the following errors: 2023-08-12 15:43:19,83...
one year ago
Hi community! I'm trying to set up a GCP Autoscaler using the following machine image / docker container: - machine image : projects/ml-images/global/images/...
one year ago
Hello everyone, thanks for the fruitful conversations! I am trying to run a worker and a queue on a locally hosted clearml server. But we I enqueue an experi...
one year ago