Hi everyone. We have a clearml server set up pretty similar as with the docker-compose.yml from the github-repo including the agent-services container. I hav...
2 years ago
Hi there, I would like to know how we can pass an environment variable for the running script when the script is run remotely by an agent?
2 years ago
Hi! I have a remote server with ClearML server on it. I’m trying to get access to ClearML Web UI through ssh port forwarding (ssh vdc01 -fNL 8080:localhost:8...
2 years ago
Hi all! I'm running a pipeline from functions. I have one task in the pipeline where I want to call a specific function from commend line so I've put it into...
2 years ago
Hi. I use set_base_docker for remote execute. Its my custom image from gitlab registry. And my question is how I can use script and etc from my image? On my ...
2 years ago
Hello, we have started to recieve these erros in the console: > ClearML Task: created new task id=1ad0038289c54c9d92cb46668c2ffd96 > 2023-03-09 12:18:16,783 ...
2 years ago
Hi! I am trying to build and run a pipeline. I pass my dataset as parameter of pipeline: pipe.add_parameter(name='dataset_df', description='Initial dataset ....
2 years ago
Hey I instantiate clearml Task within a script, called by dvc. It ends up creating two tasks every time. Know why?
2 years ago
Hey ClearML! I created a worker, and configured it to work with my git account (using ssh-key) when my coworker tries to run a task using the same worker, he...
2 years ago
What if I want to clone multiple repositories on a remote machine? How do I do that?
2 years ago
Hey ClearML team, We created an account, setup our data pipeline, and now we can't get back in. Nothing is in the project. Can someone from support reach out...
2 years ago
Hi, guys! Could you please give any hints how to access parent tasks' ids in the pipeline quickly between pipeline.add_step() functions?
2 years ago
Hello all. I'm experimenting with ClearML and I've run into a strange issue. I used Task.init on a project, it logs to the app.clear.ml but it doesn't seem t...
2 years ago
Hi all, is it possible to control the number of steps of the pipeline during run time. eg. if user wants #n parallel steps in the pipeline
2 years ago
Hey, while trying to run a pipeline with the PipelineDecorator scheme, I encounter the following error: Traceback (most recent call last): File "C:\Users*\Do...
2 years ago
clearML agent cant download packages with recent version numbers. I've already had to deprecate many packages like matplotlib. And I'm still not done. every ...
2 years ago
Hello all! Is there any way to attach to a task/worker in a terminal? I have jobs which fall into pdb upon an error, and it would be very helpful to be able ...
2 years ago
Hi Team,Could we schedule the pipeline execution for particular time in clearML ?If so please provide some example codes.
2 years ago
Hi all ! I'm trying to run my tasks on open-source clearml-server. But everytime I try to run a task on it with clearml-agent, I get the same error : clearml...
2 years ago
Hi Does anyone know how can it be that task.last_worker returns None ?
2 years ago
Hi all, can I synchronize all my artefacts on clearml server with s3? I'm trying to deploy clearml-server in a limited disk space environment
2 years ago
HI, i configured an on-prem file server for clearml which is mounted on my pc. I am trying retrieve an artifact from a previous run . because this file is bi...
2 years ago
HI, i configured an on-prem file server for clearml which is mounted on my pc. 🙂 Here is a simple example of code I run: from clearml import PipelineControl...
2 years ago
Is there a way to force ClearML to first parse the config file, before running Task.init ? We’re relying in some code that the credentials in clearml.conf ar...
2 years ago
Hi everyone ! :) I'm trying to test the "one click reproducibility" feature but it keeps failing. My question is on a high-level: is it normal that this happ...
2 years ago
Hello all For some reason, whenever I start a pipeline it starts two runs at the same time, which ruins one task. When I abort one such pipeline run, I get "...
2 years ago
I’m trying to use minio with ClearML as a external storage. I am having problems with the configuration file for the ClearML client When I use the output_uri...
2 years ago
Hello. Can I know how to download the best.pt by using the SDK?
2 years ago