Quick note: v1.3.1 caused PipelineDecorator Tasks to by default disable the automagic frameworks connection, this bug is solved in the latest RC pip install ...
3 years ago
I'd like the CONSOLE in a ClearML run to show only the stdout/stderr as it does now, but I'd also like ClearML to capture DEBUG level logs. Is there an easy ...
3 years ago
nvmd. I think I was able to find the answer.
3 years ago
I'm fine to specify package versions, but some package versions have a requirement on Python version, and that's where I'm currently facing an issue.
3 years ago
Hi all, regarding Python version (i.e., 3.6 vs. 3.8), what is the best practice way of specifying or changing this for a job running on an agent? I see some ...
3 years ago
i was able to run my clearml-agent but when i tried in docker mode. I got the below error. Btw, my worker runs in non-gpu machine but also dont need GPU as w...
3 years ago
Hey, I think I found a possible bug when using get_reported_plots on a task. the name is attached to the plot_str string. so plotly can't really analyze it a...
3 years ago
The remote workers seem to insist on using old git credentials, even after I stopped them, updated the conf file, and restarted them using it. Are the creden...
3 years ago
Hi there! I want to add metrics in ClearML via task.connect(params_dictionary) , but they are calculated in a file other than the entry point (where the Task...
3 years ago
Hi there! We've recently started to explore the dataset page in the enterprise version and the corresponding hyperdatasets. However, we are using 3D image da...
3 years ago
Hi friends. I need to authenticate to Hugging Face to download a private dataset (as shown here: https://huggingface.co/welcome ) for a ClearML job. How do I...
3 years ago
Hi there! I hope everyone is fine. I'm starting with clear-ml and I don't undestand one case. I was wondering if someone could help me, thanks in advance :) ...
3 years ago
Hi, I am running ClearML open source version on EKS Kubernetes and trying to set the web login configurations as described here: https://clear.ml/docs/latest...
3 years ago
Hi, I am a pro account user (just upgraded today). I currently have a queue name "services" and 2 workers are listening to this queue, but only one is pullin...
3 years ago
Hi! I want to use non system git user for clearml-agent. I saw settings: agent.git_user="" agent.git_pass="" But authentificate by log/pass is disable on hos...
3 years ago
Is it possible to upload from ClearML (using Logger/upload_artifact ) a clearml.automation.optimization.HyperParameterOptimizer object? (as pickle for exampl...
3 years ago
I am trying to test and show the results on my local machine. ( clearml-server with http:///localhost:8080 ) My system info: OS: ubuntu 18.04 docker: 20.10.8...
3 years ago
Can I shutdown specific workers somehow? Running clearml-agent .... --stop just iterates over all the local workers and shuts them down one by one
3 years ago
I have a question about remote dataset get/download. (Server A)Deploy clearml server. (Server B)Execute clearml-init and set api credentials from server A's ...
3 years ago
Hi, For the CML SaaS Pro tier - are the first 3 users still free and I'll only be charged for any additional users?
3 years ago
I am getting this specific message when trying to run Hyper parameters optimization (running remotely my task). Does it affect my flow? Do I have something t...
3 years ago
Hi, it seems ClearML has trouble serializing Keras model config for TF >= 2.5 when the model contains a Lambda layer with functions like K.mean. I’ve created...
3 years ago
Has anyone compared wandb vs clearml ?)
3 years ago
If I create a task using Task.create and then in a separate piece of code I want to report to it (by using Task.get_task(task_id) ), can I still use the auto...
3 years ago
Congrats on the clearml-serving 0.9.0 release! I’ll try it for sure!
3 years ago
Hello, is it possible for the clearml-agent in docker mode to not pull a specific docker image, but to build one from the experiment repository using the Doc...
3 years ago
what is the difference between connect_configuration and set_configuration ? (similarly connect vs set_parameter )
3 years ago
I created credentials from my account, stored them as a k8s secret and they are reused whenever anyone from our ML team starts a new ML model training, which...
3 years ago
Hello, I have two questions about TaskScheduler. I follow the https://github.com/allegroai/clearml/blob/master/examples/scheduler/cron_example.py , but I can...
3 years ago