Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Profile picture
ThoughtfulBadger56
Moderator
5 Questions, 23 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

22 × Eureka!
0 Votes
0 Answers
583 Views
0 Votes 0 Answers 583 Views
I have a special python package that installed by clone its source code and use python setup.py install cmd to install the package so that I can edit the pac...
one year ago
0 Votes
4 Answers
524 Views
0 Votes 4 Answers 524 Views
Will ClearML log cmd like python -m torch.distributed.run --nproc_per_node 2 train.py --batch 64 --data coco.yaml ? If I clone and enqueue the cloned task on...
one year ago
0 Votes
7 Answers
536 Views
0 Votes 7 Answers 536 Views
Hi guys, I encountered a very frustrating problem about virtual enviroment management when I use ClearML. I use virtualenv to create a new python env and ins...
one year ago
0 Votes
18 Answers
629 Views
0 Votes 18 Answers 629 Views
I have install a python environment by virtualenv tool, let's say /home/frank/env and python is /home/frank/env/bin/python3. How to reuse the virtualenv by s...
one year ago
0 Votes
5 Answers
524 Views
0 Votes 5 Answers 524 Views
Hi, I created two workers and I want to remove them now. How to remove the created workers? CLI or API?
one year ago
0 Will Clearml Log Cmd Like

Hi @<1523701205467926528:profile|AgitatedDove14> . Yes, Agent will execute the cloned task and Task.init() inside my code, but I don't know which cmd it use, python -m torch.distributed.run --nproc_per_node 2 train.py --batch 64 or python train.py --batch 64 ? Another question is how the task's name and project's name are setting for the WebAPP gives the names and Task.init() also gives the names.

one year ago
0 Will Clearml Log Cmd Like

As far as I known, ClearML will not record the whole cmd python -m torch.distributed.run --nproc_per_node 2 train.py --batch 64 --data coco.yaml . And there is a file path issue as following. The cloned and enqueued task on the WebApp didn't pass --data coco.yaml to the train.py and result in the train.py can not get data args! @<1523701205467926528:profile|AgitatedDove14> could you help?

one year ago
0 Will Clearml Log Cmd Like

@<1523701087100473344:profile|SuccessfulKoala55> Could you give some advice?

one year ago
0 Hi Guys, I Encountered A Very Frustrating Problem About Virtual Enviroment Management When I Use Clearml. I Use Virtualenv To Create A New Python Env And Installed All The Needed Python Pakcages In The Env. The Env Path Is

Thank you CostlyOstrich36 What's the difference between the two environment variables?
Shall I set export CLEARML_AGENT_SKIP_PIP_VENV_INSTALL=/home/bar/env/bin/python3 or
export CLEARML_AGENT_SKIP_PYTHON_VENV_INSTALL=/home/bar/env/bin/python3 or
export CLEARML_AGENT_SKIP_PIP_VENV_INSTALL=/home/bar/env and
export CLEARML_AGENT_SKIP_PYTHON_VENV_INSTALL=/home/bar/env/bin/python3

one year ago
0 I Have Install A Python Environment By Virtualenv Tool, Let'S Say

Hi TimelyMouse69 I am not going to cache the virtual env but reuse a preinstalled one. I have set agent.python_binary to use the virtual env python, but clearml use it to create another new virtual env not the preinstalled one. I have install the virtual env before I use clearml, so I want to reuse it.

one year ago
0 I Have Install A Python Environment By Virtualenv Tool, Let'S Say

Hi TimelyMouse69 can you give any advice? Or can somebody else help? Thanks in advance.

one year ago
0 I Have Install A Python Environment By Virtualenv Tool, Let'S Say

Hi AgitatedDove14 can you give me some help?

one year ago
0 I Have Install A Python Environment By Virtualenv Tool, Let'S Say

Even I only set agent.venvs_cache.path=/home/frank/env in the clearml.conf, the train still failed to start. ClearML always create a new venvs and install Cython and some other packages, so weird!
... Installing collected packages: Cython Successfully installed Cython-0.29.32 Adding venv into cache: /general-user/frank/.clearml/venvs-builds/3.8 Running task id [42a050853c43445ebf9248bd4aa54091]: [.]$ /general-user/frank/.clearml/venvs-builds/3.8/bin/python -u tools/train.pyI am conf...

one year ago
0 I Have Install A Python Environment By Virtualenv Tool, Let'S Say

After I enqueue the experiment task into a queue, clearml agent always creates a new venv and installs pakcages.

one year ago
0 I Have Install A Python Environment By Virtualenv Tool, Let'S Say

Not in docker mode. So I just need to set venvs_cache.path=/home/frank/env ? I do not think this works.

one year ago
0 I Have Install A Python Environment By Virtualenv Tool, Let'S Say

I set the environment variable export CLEARML_AGENT_SKIP_PIP_VENV_INSTALL=/general-user/frank/mlflow_ray/env/bin/python3 , then I clone a task and run it. This time no more reinstallation, the task use /general-user/frank/mlflow_ray/env/bin/python3 to run the experiment. But it stuck in the epoch10 when the first evaluation over and just stops there.

one year ago
0 I Have Install A Python Environment By Virtualenv Tool, Let'S Say

The logs outputs the 10 epoch's evaluation result and stops there. But it should run 50 epochs.

one year ago
0 I Have Install A Python Environment By Virtualenv Tool, Let'S Say

Yes, I have tested it through another toy example and it reused the first run.

one year ago
0 I Have Install A Python Environment By Virtualenv Tool, Let'S Say

What I want is all the experiments use the same codes and the preinstalled python virtual env.

one year ago
0 Hi, I Created Two Workers And I Want To Remove Them Now. How To Remove The Created Workers? Cli Or Api?

` clearml-agent list
workers:

  • company:
    id: d1bd92a3b039400cbafc60a7a5b1e52b
    name: clearml
    id: inspur-dev:gpu1,2
    ip: 10.180.151.125
    key: worker_d1bd92a3b039400cbafc60a7a5b1e52b_5347c06242f2445c8af46e2900a02e2a_inspur-dev:gpu1,2
    last_activity_time: '2022-12-13T05:41:54.130672+00:00'
    last_report_time: '2022-12-13T05:41:54.130672+00:00'
    queues:
    • id: 89b7dcf476284004a56974749ef6c405
      register_time: '2022-12-13T02:07:05.424950+00:00'
      register_timeout: 600
      system_tags: ...
one year ago
0 Hi, I Created Two Workers And I Want To Remove Them Now. How To Remove The Created Workers? Cli Or Api?

clearml-agent daemon --stop Could not find a running clearml-agent instance with worker_name=inspur-dev worker_id=

one year ago
0 Hi, I Created Two Workers And I Want To Remove Them Now. How To Remove The Created Workers? Cli Or Api?

I got it. The workers are created by AI user, but I use user frank to stop them. Now I can stop them when I switch to user AI. AgitatedDove14 Thank you.

one year ago