I am using self hosted clearml host server.
2 years ago
Hi there, I am running UrbanSounds example, the first step is download the data in my agent machine which has been successed, but the second step "preprocess...
one year ago
has anyone else benchmarked ClearML? I'm seeing catastrophic logging overhead: None for 50 numbers, ClearML's logging takes 3x as long as my entire LLM train...
8 months ago
Hi! Is it useful to create a model monitoring and an endpoint? An endpoint is not enough to use clearml-serving?
one year ago
Hi. I'm encountering a problem with model.name At least, for models that where auto-magically uploaded. I see it in my own code but you can see it if you run...
2 years ago
what is the difference between connect_configuration and set_configuration ? (similarly connect vs set_parameter )
3 years ago
Hello everyone. I don't uderstand why is my training slower with connected tensorboard than without it. I have some thoughts about it but i not sure. My inte...
3 years ago
🎊 🍾 Happy new year ! 🎆 🎇 We wanted to thank you all for the great feedback, contribution and general support you guys give us. It is truly fulfilling to ...
4 years ago
Hey Guys trying to run a task on an agent using docker mode (machine has only cpu) i always get this error (no matter the docker- image im using, i tried sev...
2 years ago
Hello! I discovered Clearml not too long ago and am studying the tool. My question is farely simply: is the task scheduler only acessible through the SDK? Is...
3 years ago
Hello! The agent-services present in ClearML server's docker-compose is only for cleanup tasks, right ? For training I would need to run another instance of ...
3 years ago
Hi community! I use the Tensorflow object detection API and trying to get "pretrained checkpoint" input model to store on the server. If I set output_uri=Tru...
3 years ago
Hello Community, I had a query regarding clearml-data , can the dataset be queried against some metadata using UI and/or CLI ?
4 years ago
Hello everyone! I encountered a very weird behaviour of report_histogram data = np.random.random(100) # generate 100 values from [0,1] uniform distribution c...
2 years ago
Hi Guys, we are running clearml-serving on a kube cluster on AWS and we have noticed that we are getting some 502 errors once in a while that we can't seem t...
one year ago
Hi, i am working on creating retraining pipelines in production. The way i'm doing this is to install clearml-server on my production. Then i recreate the in...
3 years ago
Hi everyone! I'm trying to spin up a k8s clearml agent using helm chart. I'm stuck at adding my company certificates to allow agent to pull repos and images ...
one year ago
Hi everyone! I've had a problem. But when I was describing it here it was solved. Maybe it will help someone. I use pytorch and training accidentally freezes...
5 years ago
Hi, Is There Any Documentation For Setting Up And Using Ssl Certs With The Clearml Server And Agent?
Hi, is there any documentation for setting up and using SSL certs with the clearml server and agent?
4 years ago
Is it possible to use the Resource Configuration ( None ) in the clearml free tier?
7 months ago
Hi all, Are there any examples in the official (or external) documentation where I can see how ClearML and Docker work together? This comes related to anothe...
3 years ago
hey, how do I use local files as dependencies? I have several tasks that I want to run in the pipeline, so optimally I would use tasks from functions. Can I ...
2 years ago
What would be the best way to approach this flow? We have a configuration file that defines e.g. the project name to use in ClearML, alongside other experime...
3 years ago
With the last ClearML Server update we have observed that filtering by USER is quite messy. There are multiple instances of the same user: same name but diff...
3 years ago
Hi, I have this python package that's located on my base image..(e.g. /code/app/flair). Within then folder there's a package called flair and a data.py file....
4 years ago
Hi, in the Metric Snapshot graph, is it possible to scale the Y axis to [y_min *0.9, y_max * 1,1] ? currently all my values are flat at the same ~y and it is...
3 years ago
Hi. I have a task executed on clearml-agent, configured with agent.package_manager.force_repo_requirements_txt = true . But requirements,txt is not taken int...
4 years ago
Ok, another question: how to get base docker image to be pulled even if it exists? I rebuilt an image and pushed it to registry, but trains-agent seem to be ...
5 years ago
Hi all Im trying to save my model checkpoints during runtime but am running into a confusing snag. I'm using the HuggingFace architecture for a transformer. ...
one year ago
Hi Folks! Is there a way to programmatically create users and groups on a server? If so, can someone point me to the docs? Thanks
one year ago