Hi, I have problem with retrieving models from storage I have following code model = Model(model_id='my_model_id') model.get_local_copy(force_download=True) ...
one month ago
Hi everyone, I'm wondering if there's an option in ClearML to overlay Plotly figures when comparing tasks — similar to how scalar graphs are shown in the Sca...
one month ago
Hi everyone, We are using ClearML Kubernetes for some time now with great success. However, stability on our cluster was lacking so we decided to move to a d...
one month ago
Hello! I'm new to clearml and was wondering what would be the best way to query and save the best experiment result in a Task . For some context, I have a ta...
one month ago
Hi All, I have clearml server running on single ec2 t3.xlarge instance. It works perfectly, but when I try to upload large dataset to clearml (> 100 GB), Cle...
one month ago
Hi, wonder if anyone came across this issue. We are running the same tasks as we did few days ago, now after the changes in the CLEARML Agent, tasks fail wit...
one month ago
Built an unofficial mcp server for clearml. Would love to see it used and please raise issues if you find bugs https://github.com/prassanna-ravishankar/clear...
one month ago
Helo, I wonder if someone have an idea how to handle the "error", which I mentioned in None ?
one month ago
Hello, we have noticed that debug images takes way too long to load 6 to 8 seconds when requesting events.debug_images We also notice that the returned objec...
one month ago
hello, I see that clearml-server 2.1.0 has been released, but I cannot find it in dockerhub images None What am i missing? Also, please dont use tag "latest"...
one month ago
Hey everyone! I've been using ClearML for few years now and love it. Recently started getting this error when I try to enqueue a task: Action failed <404/0: ...
one month ago
Hi Everyone! After ClearML worked well for use for about 2 years, we now have the first problem when updating the open source server. I have performed the up...
one month ago
Hi, greetings everyone! It's possible to deploy ClearML AI Gateway on an AWS ECS?. According to the documentation, you must mount the volume /var/run/docker....
one month ago
Hi, is there any variable that defines the disconnectivity timeout? I want to handle cases where my remote clearml is not available for some time. In additio...
one month ago
Hello Everyone, I'm using quite an old ClearML : WebApp: 1.14.0-431 • Server: 1.14.0-431 • API: 2.28 I would like to upgrade it because we have some issues w...
one month ago
Problem: Excessive Scalar Storage from TensorBoard Integration Causing Out-of-Memory on ClearML Server Hi team, We’ve run into a problem with ClearML ingesti...
one month ago
Hi, I am trying to run NeMo with ClearML with 8 GPUs, but I get 8 different tasks in the clearml page instead of just one, any idea what should I do?
one month ago
It says I have 4gb of metrics saved. How do I actually find out what is saved and where so I can delete it?
one month ago
some UI bug in Scalars section, Summary view running ClearML server 2.0 does it needs an issue, or any chance it's already reported and will be fixed in upco...
2 months ago
How I can cache the poetry and pip installations, on my workers, so every worker and trial that is running inside a container on my worker, doesn't need to i...
2 months ago
Someone can help with a problem with a dataset cache download? All my workers are download the ds every time that my simulation starts. It's not using the ca...
2 months ago
Hey there I'm looking to report multiple matplotlib graphs into clearml for i in range(0,10): mae_fig = model.plot_scores(x_val_seq, y_val_seq, index=i) clea...
2 months ago
How to create a new project from Python Code in the Remote worker?
2 months ago
so while working with unsloth and hugging face i noticed that doing report_to "clearml" merges all plots into one graph for train and val and also does model...
2 months ago
Is there documentation for all the options available in apiserver.conf ?
2 months ago
Hi everyone, I'm having an issue with Clearml Datasets and would like to know if this is possible. I have a task that is executed repeatedly. This task may r...
2 months ago
Hello I wanted to set up my clearml server locally, Is it normal that the webpage on None is blank?
2 months ago
I have a problem: I’m upload my model weight on a self hosted clearml server, using the update_wights method. I was thinking that would delete the old weight...
2 months ago
Hi, I found nothing on documentation yet on this. How does things determined to show on Debug Samples vs Plots tabs? I'm using logger.report_image method as ...
2 months ago