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 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
Is it possible to upload from ClearML (using Logger/upload_artifact ) a clearml.automation.optimization.HyperParameterOptimizer object? (as pickle for exampl...
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
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 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 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 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! 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 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
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
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
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'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
Hi all, I have a problem with setting up an agent. I set up local server on ubuntu behind proxy, it seems to work correctly. I can access web UI and set up a...
3 years ago
Hi, trying to spin up a clearml agent and gettting this error: ERROR: Could not find a version that satisfies the requirement pywin32==303 (from -r /tmp/cach...
3 years ago
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
@<1523701205467926528:profile|AgitatedDove14> some time ago I wrote a simple glue code to spin slurm workers (clearml agents) when there are tasks enqueued. ...
3 years ago
We have a environment variables definitions.py file which every user configures on their local machine. This file includes local paths as well as AWS/API cre...
3 years ago
Weird encounter on macOS (local execution, rerunning after it failed - worked normally): Traceback (most recent call last): File "/Users/.../repositories/......
3 years ago
Hi, folks !! Is there a selective migration of experiment’s output files from local clearml DB to remote clearml hostings?? A possible use-case in my team is...
3 years ago
Hi everyone, how can I add a new local storage location. clearml is in /opt/clearml and I have now added a second hard driver to my server. How can I make cl...
3 years ago
Can I change the clearml-serving inference port? 8080 is already used for my self-hosted server.. I guess I can just change it in the docker-compose, but I f...
3 years ago
please tell me, no one faced the problem that clearml does not intercept tb images? although these images are in tb and the following errors appear in the te...
3 years ago
can I get in Python the name of the person who created a given task by calling some method of a task?
3 years ago
After launching remote controller I get the following error message in the ClearML task console : Traceback (most recent call last): File "src/ClearMLPipeLin...
3 years ago
Hello! When I delete Tasks, Models or Datasets from the fileserver's UI, the associated artifacts (in /opt/clearml/data/fileserver ) are not deleted. Any ide...
3 years ago
Hey, what exactly the use of redis? I can see that my redis is getting fuller and fuller over time Can’t find the architecture of clearml in docs
3 years ago