Hello, I encountered an issue while deploying a self-hosted clearml server, by following the official docker compose https://clear.ml/docs/latest/docs/deploy...
3 years ago
What does this log message mean ClearML Monitor: Could not detect iteration reporting, falling back to iterations as seconds-from-start ?
3 years ago
When I set agent management to conda it tries to create envs with python 3.1 and fails. Executing Conda: /home/adamastor/anaconda3/bin/conda create --yes --m...
3 years ago
When I run a task with Dataset.get the agent requests the dataset from a weird url. adamastor.gaiavf.local in this case. 2022-10-03 17:50:17,556 - clearml.st...
3 years ago
Hey guys! I have multiple Task.init in my code, but they all report to the same task. For each one I used a different task_name and set reuse_last_task_id to...
3 years ago
is there a way to get a Task's docker container id/name? I'm generally interested in resource profiling of each container, so I noticed I can use docker stat...
3 years ago
Do I understand correctly that python versions must match between client (my mac, sends task for remote execution) and clearml-agent? I don’t really get how ...
Hello, everyone! I have a question regarding ClearML features. We run into the situation when some of the agents that are working on a HPO die due to variabl...
3 years ago
Hey guys, I've got this weird issue in my pipeline! Any ideas of what I could've missed? My parameter becomes None when I pass it to my component 😕 @Pipelin...
3 years ago
clearml-session fails ssh tunneling. It does not use key auth, instead sets up some weird password and then fails to auth: Remote machine is ready Setting up...
3 years ago
Hi, guys! Thank you a lot for your great software, but I've got a problem. I have got two remotes: Gitlab and Gitea. The branch from which I run the code is ...
3 years ago
I am trying to do a remote execution of a test task, but it fails during env setup due to trying to install an obscure version of pytorch. Been trying to sol...
What happens if the Task.init doesn't happen in the same py file as the "data science" stuff I have a list of classes that do the coding and I initialise the...
3 years ago
I have an on-prem/free clearml-server setup with custom S3 back-end storage. I'm trying out the clearml-serving capability and not sure what's failing. When ...
3 years ago
Hi everyone, I am facing the issue of "Error processing request: <_InactiveRpcError of RPC that terminated with:\n\tstatus = StatusCode.UNAVAILABLE\n\tdetail...
3 years ago
Hello! What considerations are there to upgrading ClearML kubernetes installation from 1.6.0 to 1.7.0? Will it suffice to just update the image_tag within th...
3 years ago
@<1523703325881536512:profile|ConvolutedSealion94> these are xgboost internal metrics that are automatically picked by clearml
3 years ago
I have a general question about clearML . So we were trying clearml-server and doing poc for a few weeks. Now we want to take another step to install it on k...
3 years ago
I think it would be beneficial if the niche usage of the APIs have their dedicated examples. For example, each framework example demonstrates the automatic m...
3 years ago
Hi, I recently updated clearml-server to 1.7 and I am getting a lot of the following errors since today on any experiment (I didn't had this error before): 1...
3 years ago
I am using clearml pipelines and it happened to me that the pipeline has status running, some subtasks have status running, even though when clicking on the ...
3 years ago
Hi! Is it possible to compare in the UI tasks across different projects? or is it only within project? For example: Let's say that in one run session we crea...
3 years ago
Hi, can you run clearml experiments on docker images that does not have root?
3 years ago
Hi, in the "Choose compared experiments" view of the WebUI, would it be possible to add a toggle to include archived experiments in the results of the search...
3 years ago
Hello, Is it possible to migrate from a domain name to another ? I have instanciated a clearml server with domain name myclearml.server et a data file server...
3 years ago
I am facing this error while trying to run my code
3 years ago
why it is not running if I specify the agent on the docker mode , usually I just run "clearml-agent daemon" and it works but today I am trying "clearml-agent...
3 years ago
Hey just wanting to know: what is the recommended best practice to write ClearML Pipelines between controller and decorators ?
3 years ago
Hey guys! I'm trying to retrieve a tile of an image ( ndarray ) in my pipeline with: my_tile = image[ tile[0]:tile[1], tile[2]:tile[3], ]But the pipeline rep...
3 years ago