Hi everyone 👋 I'm crearting a pipeline from controller. In my last task I'm training a bunch of models. I would like to know if It's possible to report the ...
2 years ago
Hi everyone 👋 When I create a pipeline from tasks, The run time shown in the pipeline can be really different from the run time shown in the task. Is there ...
2 years ago
I'm trying to spin up a task on an agent and inside the task I have two packages that I've created custom versions of and specified a git repo for in the req...
2 years ago
Hello everyone, is there a way to log scalars that were already written in a tensorboard file other than iterating over all values?
2 years ago
hello, has anyone had problems where their experiments are deleted and tasks killed for some reason? Multiple times now I have had my experiments aborted and...
2 years ago
Hey everyone! First post here. My issue is the python_binary I set in the .conf file doesn't seem to get used by the task I'm running. The task's output conf...
2 years ago
Regarding the open source, self-hosted version of the ClearML Server, I was wondering what the agent-services is doing in this docker-compose. Isn't the agen...
2 years ago
hello everyone , How can I read the hostname from the info section?
2 years ago
I'm trying to deploy the open source ClearML-server, but I'm running into this error: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-...
2 years ago
I’m wondering if someone has an example of how to use the base_task_factory option for adding a step to a PipelineController ? It’s not clear to me how we sh...
2 years ago
Hello everyone, I'm working on building a training pipeline using ClearML and I'm encountering some challenges in assembling the pipeline. Context: - I have ...
2 years ago
Hello, I'm trying to use the agent to orchestrate tasks - our install is quite complicated and I've wrapped it all up with the code in a docker container; is...
2 years ago
Hi may I know is there a way to get the dataset_id from the dataset object? I cannot find an api for it
2 years ago
I have a docker container that have clearml-agent running inside in normal mode. The agent take on a task and execute it fine. I just want to somehow log the...
2 years ago
Hello, I am trying to run a task in an EC2 worker with the respective agent in Docker mode. I am using a custom docker image. The agent is configured to use ...
2 years ago
Hi good morning ☕ ️ I am running a torch experiment that runs correctly on an agent configured in pip mode. - when I change to poetry mode I get this error: ...
2 years ago
Hi all, I have a pipeline construct from multiple base tasks. Is there a way to get output or notification somehow from one of the steps in the pipeline on t...
2 years ago
Hi , in clearml how do I configure my agent to launch a job on multiple GPUs? Sometimes I need 2 GPUs and sometimes 4,. Lets say I have 4 gpus on my PC. If I...
2 years ago
Hi everyone! I keep running into Could not load dataset state Errors when using both the CLI and python version of ClearML-Data . I now can't even delete pre...
2 years ago
Hello, we are evaluating ClearML currently and had a question about the Agent’s Docker mode. - Is there a way to enable the Docker mode when installing Clear...
2 years ago
Hi, Is there a way to fully reproduce the experiment environment locally without executing it ? Clearml agent do setup a venv and install all the package, in...
2 years ago
Also from the python sdk, is there a way to specify the clearml.conf file to use ? Like the equivalent of --config-file for cleaml-agent ?
2 years ago
Hi, I'm having a hard time uploading files as metadata to datasets. I need to log a dictionary with preserved order, ClearML orders the saved dictionary and ...
2 years ago
Hi all! I am currently using a self-hosted ClearML server and was looking to integrate the ClearML Agent to make better usage of our HPC resources with GPU a...
2 years ago
Why there is no auto_connect_frameworks argument in Task.create but only in Task.init ?
2 years ago
Hi. I am sure this has been asked before but I cannot find it searching the past 90 days here or the web. Can I ingest old tensorboard logs into clearml from...
2 years ago
Does anyone know how to resolve symbol cublasLtGetStatusString version libcublasLt.so.11 not defined in file libcublasLt.so.11 with link time reference
2 years ago
Hi everone! We're trying to start using ClearML for both experiment tracking and data management, and I have a question about ClearML-Data: Is it possible to...
2 years ago
What is the current state of deleting debug samples? I use s3/minio as my fileserver. If I delete tasks from the UI, are debug samples deleted on S3? If I ru...
2 years ago