Hello. I have a very basic question. I'm still exploring ClearML to see if it fits our needs. I have taken a look at the WebUI, and I am confused about what ...
4 years ago
Hi, what's storage ClearML is using? I am considering self-host clearML on a Cloud machine, while separated the data storage with our own machine (reduce net...
4 years ago
Good morning, I'm wondering if someone has any advice/experience configuring clearml-agent to include private packages from AWS Codeartifact? So far I know I...
4 years ago
Hi, how can I download / access artifacts that were uploaded with Task. upload_artifact ? I mean access via code and not via ClearML UI. I am aware that I ca...
4 years ago
Hello. I have several questions regarding the pipeline components of ClearML. I have read the docs, but I still don't have a clear picture of the interplay b...
4 years ago
Hi all, I'm trying to upgrade clearml-server but I keep getting permission errors from the elastic search container: clearml-elastic | ElasticsearchException...
4 years ago
Hi, how can I query on plots and log added for a specific task programmatically? (as in, besides the ClearML UI and asumming I have its Task ID)
4 years ago
hey, using k8s with trains 0.16.1-320, all of a sudden the entire data (i.e experiments, tasks, API creds) is not showing in the UI anymore. All logs seems t...
4 years ago
Hello! I am trying to play around with the platform in order to gain some understanding of it. I am using this example: https://github.com/allegroai/clearml/...
4 years ago
Hello, if I set export CLEARML_FILES_HOST=" https://files.community.clear.ml " and execute a script that should store models, should I expect to see them dow...
4 years ago
Hi, we are having an interesting issue here. We serve many users and each user has their own credentials in accessing the private git repo. We can't seem to ...
4 years ago
Hi. After upgrading ClearML to latest version, got this error from my pipeline (Windows10, configured and running TensorflowOD for TF 2.3.): File "C:\Users\S...
4 years ago
hey, how can I add a private key in order to let the clearml agent to clone from a private git repository?
4 years ago
Hi, I was uploading an image artifact using the following but in the preview I only get an array instead of an image. Am I doing something wrong? im=cv2.imre...
4 years ago
Just wondering, why aren't you guys getting yourselves known in GTC?
4 years ago
I'm trying to integrate PyTorch Lightning + ClearML
4 years ago
I came across this official docs of Allegro
4 years ago
https://allegro.ai/docs/integrations/integration_pytorch_lightening/
4 years ago
But it deprecated. Where can I find how to integrate them?
4 years ago
I'm using the following template (which defaultly use Weights & Biases) https://github.com/ashleve/lightning-hydra-template
4 years ago
Hello everyone, where does the clearml-services agent come from? Are experiments executed directly on the server? Or did I start it somehow and forgot it? If...
4 years ago
Hi, I am considering making automated backups of my clearml-server using Amazon EBS snapshots. Should I be concerned with the same problem described here > h...
4 years ago
Hi everyone, I'm trying to launch a ClearML task with AWS Lambda. What I'd like to do is simply to use Task.create() to launch a task that will be executed r...
4 years ago
Hello everyone, I have a question about clearml-agent + ssh. I have valid ssh credentials in ~/.ssh but no .ssh/known_hosts yet. My clearml-agent fails to ex...
4 years ago
Hi everyone, I wanna implement some sort of a tool that checks every N minutes for a new data in DB or maybe s3 bucket and whenever the new data appears it r...
4 years ago
Is there a way to copy local python packages to the agent as well? (screenshot attached within the thread)
4 years ago
Quest about clearml-task I found an example from documentation, how can I pass an argument without value? For example, my entrypoint looks like this original...
4 years ago
I have a questions about queue priorities with clearml-agent. I have two queues, A and B . Some of my agents support queue A and B with higher priority for B...
4 years ago
Hello, I'm struggling to get a my clearml-agent to work with poetry as the package manager. When cloning a task for running on the clearml-agent, the poetry....
4 years ago