Hello. Please tell me how to make sure that when you start the pipeline, nothing superfluous is installed in the service queue? @PipelineDecorator.pipeline( ...
2 years ago
Hi, I am trying to log the hydra configuration using clearml-task, and I am following the demo script: None . It's able to log the default hydra configs, but...
2 years ago
Hi all, I have a newbie question about clear-ml data. I have four data sources that get combined to train a model. I have put each of these datasets into cle...
2 years ago
Hello, We are getting following timeout errors during the task run: 2023-08-10 13:53:36,361 - clearml.Metrics - ERROR - Action failed <500/100: events.add_ba...
2 years ago
Another quick question about fileservers and clearml-agent: clearml-agent seems to ignore the output destination set in the task config sdk.development.defau...
2 years ago
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 ...
2 years 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...
2 years 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 ...
2 years 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...
2 years 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...
2 years 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...
2 years 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 ...
2 years 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...
2 years 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...
2 years 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...
2 years 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
2 years 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...
2 years 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 ...
2 years 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?
2 years ago
Quick question: Does overriding a task with Task.init() do a proper delete of debug samples at an fileserver or S3 host?
2 years 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...
2 years 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...
2 years 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/...
2 years 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...
2 years ago
Hi community 🙂 , After installing and deploying allegroai/clearml-serving helm chart. using serving base url and also other endpoint of model we add using: ...
2 years ago
Hello all! Does anyone know what that specific API endpoint is for login authentication? I have reffered to this documentation and I am trying to curl ClearM...
2 years ago
Hi community 🙂 I have a question with the Agent. I have a docker image that already contains everything for a task to run. To start the Task, all it would n...
2 years ago