(I'd open an issue on GitHub if I had found which is the right repo to address it)
2 years ago
Would be super helpful to have it, even as a Pro feature!
2 years ago
Hi guys, can we do dropdown this on configuration?
2 years ago
Could some help me figure out why figures have disappeared from a report, please? My colleague made this report 6 weeks ago ago None , but all the graphs hav...
2 years ago
Hello everyone! Today I found the following challenge. I do run locally the clearML server and the clearML agent. I would like to have the option of running ...
2 years ago
Hey, We are using clearml 1.9.0 with transformers 4.25.1… and we started getting errors that do not reproduce in earlier versions (only works in 1.7.2 all 1....
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 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 Team,Could we schedule the pipeline execution for particular time in clearML ?If so please provide some example codes.
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
How can I run a new version of a Pipeline, wait for it to finish and then check its completion/failure status? I want to kick off the pipeline and then check...
2 years ago
Hi there, we have a task that we are trying to execute remotely, if we initiate it from one computer the task executed remotely successfully but if we initia...
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
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
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
Hi, In my code i have some functions i call from a different folder from my original project but is in the same repository, when i run the following code loc...
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 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
ClearML pipelines can be build from tasks, functions, and decorated functions, according to the examples in None . I am guessing there was a certain way of d...
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, What could be the reason that a Task ran on an agent just stopped updating? the status is still "Running" but it doesn't seems like it. the agent is runn...
2 years ago
Hi guys! I am new to clearml and I was trying out this simple code and it took 4min to run. Is this normal?
2 years ago
Hey, I have a question regarding the models “publish” actions. Is there any side effects to this action besides making the model readonly? Is there some way ...
2 years ago
hello, 😄 this is clearml-session question. when i execute clearml-session --queue a10g --docker ultralytics/ultralytics i got this error: Error: _get_status...
2 years ago