Hello everyone, I’m currently facing an issue while using Cloud ClearML with aws_autoscaler.py. Occasionally, some workers become unusable when an EC2 instan...
2 years ago
Has anybody encountered: User aborted: stopping task (3) getting triggered without actually aborting or doing anything? I am running hype-parameter experimen...
2 years ago
Hi all, what is the best way to monitor failer clearml agent that kill all tasks in queue?
2 years ago
Hi, I'm having issue with running clearml-agent in docker mode. I spin up an agent in the following way: clearml-agent daemon --queue docker_test --docker nv...
2 years ago
Hey everyone, We're running a remote execution (K8S agent) ClearML pipeline from Jupyterhub, but when the agent prepares the environment, it installs a diffe...
2 years ago
Hey all, does anyone know how to query hidden aws autoscaler tasks using the python sdk? I've put such a task below Task.query_tasks(task_filter={"system_tag...
Hello, We use clearml agents in daemon mode. This writes the logs to /tmp. however when the agent dies, it deletes the logs as well and we dont know why it d...
2 years ago
Hi, anyone know what is cause? i tried to run this in my agent. but somehow this got this error after agent install depedencies my_env: clearml-agent=1.5.2 c...
2 years ago
The concept of my doubt is, while running code 1st time.. this process should execute in agent machine. even i changed code. its executing wrong queue name w...
2 years ago
Can you please tell me how to make the agent use the docker env by default? instead of creating venv it already has all the necessary environment and librari...
2 years ago
while we rerunning using agent all dependencies ill be installed once it get completed will the dependencies will be removed or not
2 years ago
Experiment Environment Containers Tutorial : I create a docker image with: $ clearml-agent build --id d8162747eb2d4453bba9778851d1e120 --docker --target new_...
2 years ago
Hi all, I want to run a task inside a container. This container needs to get docker arguments (volume, to be specific). In addition, this docker image (which...
2 years ago
Hi ! I have a config dictionary which is a dot dictionary ( a dictionary that supports dot notation as well as dictionary access notation set attributes: d.v...
2 years ago
Hi All, I am really stuck in getting a clearml pipeline to work. I am using the open source version I am trying to reproduce the example on the documentation...
2 years ago
Hi ! I have some hyper parameters of my clearml task which i connected to task with- parameters = task.connect(model_train_dict, name='train_params'). I ran ...
2 years ago
Hi, I was trying to install clearml agent using helm chart but my k8s version is not compatible. I have am older k8s version. Is there anywhere I could get a...
2 years ago
Hello, Got a simple pipeline with 2 tasks, first task is the parent of the second one. Until recently everything worked fine. We updated agent versions and n...
2 years ago
Hello everyone @<1574207105437536256:profile|HungryCat90> ! I am running a self-hosted clearml-server and I am having trouble in cloning sub-packages of a mo...
2 years ago
Hello, I don't really like the idea of providing my own github credentials to the ClearML agent. We have a local ClearML deployment. Is there a way to: - for...
2 years ago
Hi, when running a task with an agent (located on my pc) , I get an error related to PyTorch missing some attribute. I validated the installed version by Cle...
2 years ago
Is it possible to locally run a training task using an older version of Python (e.g., 3.6) but execute that task on a Docker container remotely with a newer ...
2 years ago
Hi, I'm getting the following error when running docker agent using a docker: clearml_agent: ERROR: [Errno 28] No space left on device: '/root/.clearml/venvs...
2 years ago
hi team, my company asked me to research about clearml. so i tried to use clearml its good.. but some isssue i faced here. i want create clearml & clearml ag...
2 years ago
@<1523701087100473344:profile|SuccessfulKoala55> hi jake, i hope you are well. last time you shared me clearml token creation. this method expecting keys. bu...
2 years ago
Hi again! Is there an easy way to set the –shm-size for a task pod in a kubernetes environment? I guess docker args won’t work, and as far as I know, I shoul...
2 years ago
is it possible to disable or change the frequency of cpu/gpu/disk logging for the experiment or for the whole agent worker?
2 years ago
We’re planning to use ClearML Agent to: - Select data - Feed data through AI SDK on a remote machine - Log output prediction + metrics (if gt is there) to Ex...
2 years ago
Hi, where can I find the server parameter to control when the server is unregistering an agent after not receiving updates? Currently it's quite long (30mins...
2 years ago