I am facing this error while trying to run my code
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
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
Hi, can you run clearml experiments on docker images that does not have root?
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
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, 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 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
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
Ok, but it must be somewhere in the bst class
3 years ago
@<1523703325881536512:profile|ConvolutedSealion94> these are xgboost internal metrics that are automatically picked by clearml
3 years ago
Where does clearml pick up these metrics from the code? When I run the same code in a notebook I can't figure out how to extract these numbers from the train...
3 years ago
https://github.com/allegroai/clearml/blob/master/examples/frameworks/xgboost/xgboost_metrics.py I ran this code and get these charts
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
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
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
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 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...
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
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
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
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
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 ...
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
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
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
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
What does this log message mean ClearML Monitor: Could not detect iteration reporting, falling back to iterations as seconds-from-start ?
3 years ago