Hi, Folks I am trying to setup clearml locally and installing it via helm helm install clearml allegroai/clearml When i do that, i see that few of the pods a...
one year ago
Hello everyone! I'm uploading a dataset to the server. During dataset.finalize() I get the following error. Could you please advise what could be the problem...
one year ago
Hi everyone! I have a question regarding the use of s3 for storage. At our company, we only use temporary s3 credentials (key+secret+token) for security reas...
one year ago
Hi. is there an API endpoint that returns active users on the clearml server?
one year ago
Hi everyone 👋 I have a script that uses 3 git repos (organisational repos on github) for its execution. As part of this script I'm performing pull to these ...
one year ago
Guys, do we have a tutorial on https setup for clearml? The official docs are definitely not good enough to run the https server up
one year ago
Hi all! I can't use scalar tab in all experiments due to elastic search error: Error 100 : General data error (RequestError(400, 'search_phase_execution_exce...
one year ago
👋 Hi everyone! I have a question regarding events-training_stats_scalar-d1bd92a3b039400cbafc60a7a5b1e52b index its size is 93 Gb and it initialises for 6 ho...
one year ago
Hey, Can ClearML uploads data to private blob storage Azure? I have authorization errors. Is it due to the fact that I do not have the required permission on...
one year ago
Hi everyone! I have a question about clearml-serving . Are there any examples how to deploy models via clearml-serving ... model add ... with Python code? If...
one year ago
Hi, After my model's iterations ended and task turned to Completed I wanted to still train the model further for more iterations. I found there is continue_l...
one year ago
Hi just to confirm, i set my default output_uri to s3, output_uri will upload just artifacs, console log, file server will save plot images like matplotlib/s...
one year ago
hey in clearml-serving when deleteing a model endpoint, it doesn't delete the preprocessing artifact you should fix it
one year ago
Hi everyone, I'm using torch.distributed for training on 2 GPUs. It works, but each GPU creates a new (duplicated) task, and I prefer to have only one ClearM...
one year ago
Hi all! I write a data processing pipeline. It is necessary to define many hyperparameters that are inconvenient to redefine in a pop-up window when restarti...
one year ago
Hi all! I’m currently working on a project where I’m making use of ClearML for hyperparameter tuning. In my workflow, I have a Python script that I usually r...
one year ago
Hi all! I'm trying to migrate a clearml server (that has data on it) to another machine but i´m having problems to make clearml locate the old (backed up) ex...
one year ago
from clearml import PipelineController # We will use the following function an independent pipeline component step # notice all package imports inside the fu...
one year ago
i have one doubt i tried clearml pipeline_from_functions.py queue name i changed to queue-02 because this queue available. but currently its not executing in...
one year ago
Hi everyone, I'm trying to setup clearml-serving as per None instructions, but I'm having troubles with the docker-compose command. I have the self hosted ve...
one year ago
Hi, thanks for making this awesome MLOps solution! I'm trying to get GCP Autoscaler to work in docker mode but the vm instances keep crashing after running t...
one year ago
How to tell clearML server to use cloud storage (Azure)? I have a clearML server deployed with docker-compose. As per instruction here , I added the file /op...
one year ago
Hi! Using a self-hosted deployment over k8s (EKS). Seeing old succeeded pods not being deleted indefinitely. Anyone knows why that might be? It wasn’t always...
one year ago
Hello, Question about the time of upload: Is it faster or exactly the same to upload 1 file of 1Gb compared to 10 files of 100 Mb?
one year ago
Hello all. I am having trouble saving PyTorch models as ClearML artifacts when I run my training script from fir.Fire calling.” if __name__ == '__main__': fi...
one year ago
Hi guys, I'm running a task with argparse to change the configuration. It's fine when I ran it on local machine, but when I triggered the job on the web UI, ...
one year ago
Hello all, i have a question related to ClearML Serving. I have a trained a Yolov5 model (.pt file). When I try to create the endpoint, then I get the follow...
one year ago
hello, TLDR, delete metrics, plots and debug samples from a previous task More details: I have a task i ran that trained a model and then tested it. the test...
one year ago