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

Reputation

0

Badges 1

16 × Eureka!
0 Votes
6 Answers
989 Views
0 Votes 6 Answers 989 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?
2 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
Is there a way to set the name/path of the requirements.txt file the agent uses to install packages?
11 months ago
0 Votes
3 Answers
670 Views
0 Votes 3 Answers 670 Views
is there anyway to cancel the “--rm” in the clearml agent docker mode?
11 months ago
0 Votes
1 Answers
418 Views
0 Votes 1 Answers 418 Views
Hi all, Does clearml-data get (or the StorageManager in general) support using multithreading in the google storage? This boosts performance by a large factor
5 months ago
0 Votes
2 Answers
450 Views
0 Votes 2 Answers 450 Views
Hi all, I want to implement another package manager integration for clearml agent like Poetry called rye , can anyone give me general guidelines of what I ne...
5 months ago
0 Votes
6 Answers
830 Views
0 Votes 6 Answers 830 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...
one year ago
0 Votes
8 Answers
735 Views
0 Votes 8 Answers 735 Views
11 months ago
0 Hi Friends

'active_duration' is the right field?

2 years 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

11 months ago
0 Hi All

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

one year 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?

11 months ago
0 Hi Friends

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

2 years 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)
one year ago
11 months ago
0 Hi All

🙏

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

11 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’

11 months ago
0 Hi Friends

👍

2 years 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

11 months ago
5 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...
11 months ago