Hello. Recently INSTALLED PACKAGES behavior has been changed. Previously it was following: 1. If INSTALLED PACKAGES is empty, packages should be installed fr...
4 years ago
Hey there I'm looking to report multiple matplotlib graphs into clearml for i in range(0,10): mae_fig = model.plot_scores(x_val_seq, y_val_seq, index=i) clea...
4 months ago
Hi, I’m running an agent in k8s using the glue. I’m trying to set the setup shell script to install some packages through apt but I don’t think it even runs....
one year ago
Hi everyone! How do I read .conf files into python? Is there any python parser library/package to do that?
one year ago
Hi, I deleted all archived experiments in a project and I just realized all experiments of all projects were deleted (clearml server v1.0.0) 🤔
4 years ago
hello, is there a way for the clearml agents to check for repository changes recursively? eg, our source is broken in serveral different submodules, clearml'...
4 years ago
Hi, I want to upgrade clearml server from 1.1 to 1.2 (self hosted). I have the following setup: /dev/nvme0n1p1 30G 21G 8.9G 70% / <- This is where /opt/clear...
3 years ago
It might be the case that Hide identical fields functionality (under Compare Experiments / Details ) is not really working.
4 years ago
Hello! I would like to use my own Docker image for a ClearML Task pod. My Docker registry is AWS ECR with authentication. For a regular deployment, I use a s...
one year ago
Can steps be removed from pipelines, and/or can pipelines be generally modified other than adding steps to them?
one year ago
Hi guys. I'm struggling to get the Cleanup Service working on our on-prem setup. We are using the built in service ( None ) but see loads of errors like: Cou...
one year ago
Hi, Does clearml have a controlled approval workflow function such as ethical code and legal compliance?
4 years ago
Hello! I'd like to confirm that I've understood the concept of using clearml-task with a docker image I've built my image locally, but when I try to execute ...
one year ago
Hi, in the clearml-server web-ui, under DEBUG SAMPLE, would it be possible to improve the logic for fetching the images? If I have say 200 iteration, it will...
2 years ago
Hello , I'm using this version of ClearML : WebApp: 1.4.0-175 • Server: 1.4.0-175 • API: 2.18 Using Docker-Compose. Do you know what should I do in order to ...
one year ago
Another question about pipelines: is it possible to run a component on the same machine of the main pipeline controller? I have a function that it's rather f...
2 years ago
New RC(1.1.2rc0) version available! 🎉 Change set: ClearML Data - Upload dataset now supports chunksize, for multi-part upload/download (useful with large da...
4 years ago
Hi, I have a local package that I use to train my models. To start training, I have a script that calls task._update_requirements([".", "torch==1.11.0"]) . I...
3 years ago
Did someone here already try the https://ngc.nvidia.com/catalog/containers/nvidia:pytorch with clearml? It seems like there is a base conda environmenet wher...
4 years ago
I spin up a box and notice this was appeared as error on the logs:
2 years ago
Hi, is it possible for ClearML to support languages other than Python?
2 years ago
Hi all! When I set a list as a Task parameter and later try to retrieve it, what I get is a string. Is this the expected behavior? I have prepared the follow...
3 years ago
Hello! I am wondering if someone has run in to a similar issue to this. I set up a new agent (pip mode) and one of my users set up their repo with poetry. It...
2 years ago
Tasks can be put in draft state - if we will execute: task.execute_remotely()it will not start Is there a way to do the same with pipeline (not run it immedi...
2 years ago
i think there is some bug with clearml==1.7.1. I’m working with pipelines and after updating to 1.7.1 all the kwargs are passed as None to the steps, when do...
3 years ago
Hello everyone! I’m trying to setup non aws s3 to store datasets and get and error: 2024-05-27 16:15:52,241 - clearml.storage - ERROR - Failed uploading: Fai...
one year ago
Congrats, well deserved!
5 years ago
Hello channel, Two other related questions: - ClearML is supposed to automatically detect GIT repo directly. It works when I run a python script but it does ...
2 years ago
Hey all, I followed the tutorial https://allegro.ai/docs/deploying_trains/trains_server_linux_mac/ . and also made sure I didn't miss anything with the https...
5 years ago