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
CooperativeOtter46
Moderator
5 Questions, 15 Answers
  Active since 10 January 2023
  Last activity 3 months ago

Reputation

0

Badges 1

15 × Eureka!
0 Votes
3 Answers
202 Views
0 Votes 3 Answers 202 Views
is there anyway to cancel the “--rm” in the clearml agent docker mode?
3 months ago
0 Votes
6 Answers
519 Views
0 Votes 6 Answers 519 Views
Hi friends 🙂 I want to sum the run time of all my experiments in the last month. What is the easiest way to do that?
one year ago
0 Votes
8 Answers
209 Views
0 Votes 8 Answers 209 Views
3 months ago
0 Votes
6 Answers
399 Views
0 Votes 6 Answers 399 Views
Hi all 🙂 Is it possible to create a clearml dataset where without actually uploading files? Say all my files are already scattered in some S3, they would be...
8 months ago
0 Votes
9 Answers
301 Views
0 Votes 9 Answers 301 Views
Is there a way to set the name/path of the requirements.txt file the agent uses to install packages?
3 months ago
0 Hi, I’M Running An Agent In K8S Using The Glue. I’M Trying To Set The Setup Shell Script To Install Some Packages Through Apt But I Don’T Think It Even Runs. I Dont See Anything In The Console Logs That Says It Does, At Least. Is There Anyway I Can Debug
1703796129681 clearml-agent-clearml-agent-spot-4-l4 INFO task 2321c65829a640d59044420e601cbc5e pulled from 380ce092ddd342c3aa1e5fdbcc3b1479 by worker clearml-agent-clearml-agent-spot-4-l4
1703796131110 clearml-agent-clearml-agent-spot-4-l4 DEBUG Running kubectl encountered an error: Warning: autopilot-workload-defaulter:Autopilot added tolerations matching: cloud.google.com/gke-spotWarning: autopilot-default-resources-mutator:The max supported TerminationGracePeriodSeconds is 25 seconds...
3 months ago
0 Hi Friends

👍

one year ago
0 Hi Friends

'active_duration' is the right field?

one year ago
0 Hi All

thanks, I saw that. Does adding external files not upload them ti the dataset output_uri?

8 months ago
0 Hi All
        :param dataset_path: The location in the dataset where the file will be downloaded into.
            e.g: for source_url='
' and dataset_path='s3_files',
            'image.jpg' will be downloaded to 's3_files/image.jpg' (relative path to the dataset)
8 months ago
0 Hi All

🙏

8 months ago
0 Is There A Way To Set The Name/Path Of The

@<1523701205467926528:profile|AgitatedDove14> I just replaced the “installed packages” content with:
-r requirements-dev.txt

3 months ago
0 Is There A Way To Set The Name/Path Of The

ERROR: Could not open requirements file: [Errno 2] No such file or directory: ‘/tmp/requirements-dev.lock’

3 months ago
0 Is There A Way To Set The Name/Path Of The

why is the agent looking at temp? isn’t it supposed to be looking at the repo root?

3 months ago
3 months ago
0 Is There A Way To Set The Name/Path Of The

yes it is.
version 1.7.0

it runs on k8s with the glue

3 months ago
0 Hi Friends

I already used the sdk 🙂
what does empty runtime mean?

one year ago
0 Is There Anyway To Cancel The “--Rm” In The Clearml Agent Docker Mode?

The docker crashes and I want to be abel to debug it exactly as it is run by the agent

3 months ago