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...
one year 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...
one year 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...
one year ago
Is there a GCP driver similar to aws_driver.py ? None
one year ago
Can I connect wtih some one who was able to successfully deploy clearml on GCP. Are there tutorials for this ?
one year ago
hey hey! my team and I are currently testing using clearml agents for running experiments, so far it has been great and we really love the whole ClearML ecos...
one year 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...
one year 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...
one year ago
Hello everyone! I am trying to configurate clearml-agent on a local machine. The Internet speed is low here, and therefore downloading the necessary pip pack...
one year 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?
one year 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...
one year 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...
one year 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, ...
one year 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
one year 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 ...
one year 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...
one year ago
Hi, I am trying to figure out how to get cloud storage access working in the agent. I am running the agent locally in docker mode. I set up GCP Storage in th...
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...
one year 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...
one year 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 ...
one year ago
Hi, could anybody please help me with spin up agent after reboot on my ubuntu machine? I'm currently trying to do it thru systemd service and script.
one year ago
Hi, I am switching from WandB to clearml in my pytorch DDP training script. With WandB i used to have worker nr 1 handle logging to WandB and initiating the ...
one year 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] ...
one year ago
Hi, can I provide a direct url for pytorch wheel through clearml.conf file or somewhere else? I'm having a following issue. clearml_agent: Warning: could not...
one year 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...
one year 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...
one year 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...
one year 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...
one year ago
Hi everyone. I am trying to migrate to ClearML and need to have my old training logs available in ClearML as well. Unfortunately It seems I can't simply "imp...
one year ago
Hi, is there a way to export ClearML experiments into a file package and import them on another ClearML instance?
one year ago