Hi again, I am trying to make the aws autoscaler work with ec2 instances, but it fails to setup the agent in the machine: the logs of the user-data script sh...
Hi, I face a strange behavior from the clearml-agent: it’s running in services mode, not in docker mode, cpu only. I want to execute two tasks on this servic...
3 years ago
Hi, I am trying to run a task in an agent from a repository with an environment.yaml , generated by conda . I changed the package manager to conda on the cle...
3 years ago
Hi, trying to understand clearml-session. I have an agent running on a machine monitoring a queue Then I ran clearml-session --queue myqueu --docker torch-im...
3 years ago
Hi, what's the expected flow when running an agent in Docker mode, and my git repo requires SSH keys for cloning? E.g. Include an SSH key within the Docker c...
3 years ago
Hi fam! I’m trying to get clearml-session working but getting stuck on something probably basic. I’ve got an EC2 instance configured and running clearml-agen...
3 years ago
Hi, I've a few questions on clearml-session. We will be running some GUI applications so is it possible to forward the GUI to the clearml-session? We have a ...
3 years ago
I'm using docker to run experiments which should have all required dependencies necessary, but when running on a worker node, the ClearML pulls the docker im...
3 years ago
Hi, is it possible to start a clearml-agent (not in docker mode) on a machine with a gpu, but enforce the clearml-agent to not “see” the gpu? So that the exp...
3 years ago
hi, i'm wondering why is the agent being terminated after some time? i want it to always be running in the background and listening to a queue, and not have ...
3 years ago
Hi, We have a clearml agent running on an ec2 machine. Until now it worked great. We are two team members using it without a problem via the saas UI. Startin...
3 years ago
Hi, would it be possible to parse torch requirement when it’s part of the extras_require dict? In my code, I have the following: train_task._update_requireme...
3 years ago
Hi, i was running my agent and had a few scripts for agent.extra_docker_shell_script. but when I looked through the logs, they were not executed. Any idea wh...
3 years ago
Hey, I’m getting the following error when loading a model using model.get_local_copy() … raise ValueError("Could not retrieve a local copy of model weights {...
3 years ago
Ok, nvmd. As soon as I spend all the time to write the above message, I figured it out. In case you are curious: I ran the clearml agent in a session before ...
3 years ago
Hello ClearML friends. I'm trying to setup a clearml agent on my workstation to queue jobs on my GPU. $ pip3 install clearml-agent $ clearml-agent init $ cle...
3 years ago
Hello, I would like to use spot instances together with the AWS autoscaler to train models with pytorch/ignite and I am wondering how to support interruption...
3 years ago
Hi, I'm running clearml agents via K8s glue. I noticed that the agent is not pulling latest images even though docker_force_pull is set to true. A kubectl de...
3 years ago
Hi! I am trying to run some experiments on an agent I have configured to use the requirements.txt the problem is it only shows Cython on the list of installe...
3 years ago
Hi, I have a question about queue management of ClearML Agents. I am still a beginner to ClearML and still discovering the potential it has and as of now it ...
3 years ago
Hi all. Is it possible to configure agent NOT to install requirements.txt/INSTALLED PACKAGES and to use some pre-ready environment (for example, virtualenv c...
3 years ago
Hi. Try to use clearml on work. I'm have problem with clearml-agent, because on work we dont have internet acceses. For install packages we used mirror pypi ...
3 years ago
running into a strange issue— clearml-agent is unable to authenticate with my clearml server. i’ve got a clearml server running on a local machine, deployed ...
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...
3 years ago
Hey, I'm trying to run the AWS autoscaler and pull a docker image from ECR (private repository). I'm currently getting the error: docker: Error response from...
3 years ago
It seems like ClearML Agent does not support arparse subparsers, right? https://docs.python.org/3/library/argparse.html#argparse.ArgumentParser.add_subparser...
3 years ago
Can someone confirm that agent.python_binary is not working? My agent always chooses the system installation /usr/bin/python3.8 which results in /usr/bin/pyt...
3 years ago
I just getting this in my agent run task. Would appreciate if someone can advise where i externalrequirement is pointing at. RequirementsManager handler rais...
3 years ago
Hi, v1 of agent seems to have removed agent.package_manager.force_repo_requirements_txt. Is this still available in other forms?
3 years ago