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
LazyTurkey38
Moderator
17 Questions, 56 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

54 × Eureka!
0 Votes
7 Answers
577 Views
0 Votes 7 Answers 577 Views
Hey all! Great job on ClearML by the way 🙂 I’m currently exploring whether it could be a fit for me and my team and I have a few questions: If I want to sen...
2 years ago
0 Votes
1 Answers
618 Views
0 Votes 1 Answers 618 Views
Is there an example of how to use standalone mode? As in, if the packages, venv and git repo will be provided by the user, will they still get tracked in the...
2 years ago
0 Votes
2 Answers
588 Views
0 Votes 2 Answers 588 Views
There’s a typo in this repo name: https://github.com/allegroai/nvidia-cleamrl-integration
2 years ago
0 Votes
1 Answers
648 Views
0 Votes 1 Answers 648 Views
I’m running the clearml agent in standalone mode but it still installs the virtual env, is that the expected behavior? clearml-agent daemon --queue venv_queu...
2 years ago
0 Votes
9 Answers
582 Views
0 Votes 9 Answers 582 Views
There is some specificity with the way we setup our environment at my company that prevents me from using the full features of clearml-agent and forces me to...
2 years ago
0 Votes
4 Answers
578 Views
0 Votes 4 Answers 578 Views
I see that in the default setup, this command is part of the docker bash setup script: chown -R root /root/.cache/pip Does the agent assume it will be runnin...
2 years ago
0 Votes
1 Answers
589 Views
0 Votes 1 Answers 589 Views
Also, since this Slack workspace only allows searching up to 10,000 messages, useful information will be lost overtime. It’s been very useful for me personal...
2 years ago
0 Votes
1 Answers
681 Views
0 Votes 1 Answers 681 Views
If we’re using the same git repo over and over for almost all jobs, is it possible to have the agents keep a local version and only download the diff of the ...
2 years ago
0 Votes
17 Answers
665 Views
0 Votes 17 Answers 665 Views
I’m getting these errors when using agent in docker mode -bash: /etc/apt/apt.conf.d/docker-clean: Permission denied chown: cannot access '/root/.cache/pip': ...
2 years ago
0 Votes
2 Answers
571 Views
0 Votes 2 Answers 571 Views
Do you have some documentation on what https://app.community.clear.ml/applications are useful for and how to use them? Are they going to be available for sel...
2 years ago
0 Votes
17 Answers
615 Views
0 Votes 17 Answers 615 Views
I’m trying to use task.execute_remotely but the repo I’m trying to use is not being identified correctly. I have it setup to git pull from a master repo and ...
2 years ago
0 Votes
30 Answers
588 Views
0 Votes 30 Answers 588 Views
Is it possible to give the agent access to install private pip packages (needs to be installed from the repo)? ERROR: Could not find a version that satisfies...
2 years ago
0 Votes
13 Answers
594 Views
0 Votes 13 Answers 594 Views
Another issue is the agent uses Python 2 for some reason even though locally I’m using python 3 and the agent is supposed to use a python 3 venv. $ /home/smj...
2 years ago
0 Votes
3 Answers
577 Views
0 Votes 3 Answers 577 Views
When scheduling a job for remote execution, is it possible to decide whether to use the repo’s formal requirements sheet vs the currently installed venv libr...
2 years ago
0 Votes
5 Answers
717 Views
0 Votes 5 Answers 717 Views
Related to my above thread, I think there is some more customization that needs to be supported to use docker mode properly for different use-cases. It seems...
2 years ago
0 Votes
1 Answers
695 Views
0 Votes 1 Answers 695 Views
Can someone please explain the difference between clearml-agent-services (that comes with the official docker compose) and clearml-agent deamon?
2 years ago
0 Votes
3 Answers
565 Views
0 Votes 3 Answers 565 Views
Is it possible to interact with the job queues directly from the python SDK?
2 years ago