Hi all we have set nginx in front of ClearML and signed with our own self-signed certs I'm trying to modify the cleanup_service to fit some of our needs (run...
8 months ago
Hello everyone! I have a problem with ClearML. Could you please help me? I have 2 little projects with total 31 experiments. And its 837Mb metric stored. Whe...
8 months ago
Hi, is there any option to run ClearML Agent in docker?
8 months ago
Happy Friday everyone ! We have a new repo release we would love to get your feedback on 🚀 🎉 Finally easy FRACTIONAL GPU on any NVIDIA GPU 🎊 Run our nvidi...
8 months ago
Hi all - I recently started using hydra for managing my configurations and after the switch away from argparse I am no longer getting gpu stats monitored as ...
8 months ago
Hey all. Wanting to log matplotlib figures to ClearML, but it seems that the integration relies on a call to plt.show() or plt.savefig() in order to actually...
8 months ago
Hello, Is it possible to use clearml-serving to serve a model built with scikit-learn's GridSearchCV pipeline? I'm asking this question because when I test i...
9 months ago
Hello everyone, When performing hyperparameter optimization, is there a way to set an objective_metric as the value logged using logger.report_single_value m...
9 months ago
Hello, I have been starting to test and integrate ClearML into our stack and I like it. I started adding people to my workspace to share datasets and experim...
9 months ago
Hello everyone, I'm currently trying clearml-serving to serve a model via an endpoint. I followed the tutorial in the documentation, but when I try a request...
9 months ago
Hello everyone, I am new to the channel. I am working in a team which deployed clearml to an Azure Kubernetes Cluster via helmchart. We have a central authen...
9 months ago
Is there a GCP driver similar to aws_driver.py ? None
9 months ago
Can I connect wtih some one who was able to successfully deploy clearml on GCP. Are there tutorials for this ?
9 months ago
Hello everyone, I'm currently trying clearml-serving to serve a model via an endpoint. I followed the tutorial in the documentation, but when I try a request...
9 months ago
Hi all I need to set up a clearML server in GCP. I see here None in the import the image point 6 Enter the ClearML Server image bucket path (see ClearML Serv...
9 months ago
Hi everyone! I would like to test serving a model via an endpoint using clearml-serving. Do I necessarily need to have Kubernetes on my machine?
9 months ago
Hi everyone, I have a few questions to understand the clearml-serving a little better (and how much resources to allocate for the serving pods): Are the mode...
9 months ago
Hi Guys, I have been running the clearml-serving for a while now and I realize that from time to time after a couple of hours the serving task (control plane...
9 months ago
Hello, community. I hope you are all doing well. I'm seeking information regarding a specific problem, specially in the field of computer vision. Typically, ...
9 months ago
please tell me how to find out from a model whether it is published or not? I didn't find the model.is_published() method None
9 months ago
please tell me, is it possible to do something so that you can indicate some other s3 sources, host and providers other than s3.amazonaws.com ? so as not to ...
9 months ago
Hi, I wanted to try model versioning, suppose that I've a model and want to have multiple versions of the same model and to be able to have inference on thes...
9 months ago
Hi, can anyone help or share information about CI/CD integration? After merging to master on Bitbucket, I need to either create a new task and register it on...
9 months ago
Dear ClearML community, I am trying to optimize storage on my ClearML file server when doing a lot of experiments. To achieve this, I already upload only the...
9 months ago
I have a Pydantic Class for my pipeline params (that verifies integrity of booleans, strings, emails, aws-intance-ids and such). I want to use tihs class to ...
9 months ago
Hey all. I'm getting this error: clearml-data create --project my_project --name dir_name --output-uri None Error: SSL validation failed for None [Errno 21] ...
9 months ago
Hey all, I made a few small changes to clearml Sessions to add some nifty features - Added tailscale support by introducing --tailscale - Added the ability t...
9 months ago
How can I access the FrameGroup class? I used to do this - from allegroai import FrameGroup But now I have only clearml package and I don't find the FrameGro...
9 months ago
Hello all, I want to clarify something. In the ClearML Task Scheduler .add_tast() method there's a parameter for schedule_function . I think I had some assum...
9 months ago
Hi, I’m trying to upload output model files (like .pth) to ClearML server. Assume my train.py is as follows: from clearml import Task task = Task.init( proje...
9 months ago