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
CluelessFlamingo93
Moderator
14 Questions, 40 Answers
  Active since 10 January 2023
  Last activity 6 months ago

Reputation

0

Badges 1

40 × Eureka!
0 Votes
3 Answers
699 Views
0 Votes 3 Answers 699 Views
one year ago
0 Votes
4 Answers
375 Views
0 Votes 4 Answers 375 Views
Hi, I'm trying to reduce my team and my api calls when training models, we all ready added the following flags in our config file on each training agent work...
6 months ago
0 Votes
12 Answers
760 Views
0 Votes 12 Answers 760 Views
one year ago
0 Votes
8 Answers
605 Views
0 Votes 8 Answers 605 Views
12 months ago
0 Votes
9 Answers
590 Views
0 Votes 9 Answers 590 Views
10 months ago
0 Votes
3 Answers
566 Views
0 Votes 3 Answers 566 Views
9 months ago
0 Votes
2 Answers
751 Views
0 Votes 2 Answers 751 Views
one year ago
0 Votes
2 Answers
602 Views
0 Votes 2 Answers 602 Views
Hi, When creating a pipeline from tasks how can I set each step configuration from the web UI? for example in the training step i want to choose if i use a c...
10 months ago
0 Votes
3 Answers
719 Views
0 Votes 3 Answers 719 Views
Hi, In my code i have some functions i call from a different folder from my original project but is in the same repository, when i run the following code loc...
one year ago
0 Votes
9 Answers
618 Views
0 Votes 9 Answers 618 Views
Hi, I've been getting the following error when running training code through an agent, RuntimeError: CUDA error: no kernel image is available for execution o...
9 months ago
0 Votes
8 Answers
790 Views
0 Votes 8 Answers 790 Views
Hi, When running a agent during the pip installation of packages i get the following error: The user requested PyYAML==6.0 clearml 1.8.3 depends on PyYAML>=3...
one year ago
0 Votes
7 Answers
676 Views
0 Votes 7 Answers 676 Views
Hi, When using a pipeline decorator how do i add a local module? i keep on getting this error message: Traceback (most recent call last): File "/tmp/tmpjwvz_...
11 months ago
0 Votes
5 Answers
584 Views
0 Votes 5 Answers 584 Views
Hi, When migrating from the ClearML server to a self hosted server is there a way to transfer all the data/training tasks between them?
10 months ago
0 Votes
10 Answers
830 Views
0 Votes 10 Answers 830 Views
Hi, When trying to to run an experiment with pytorch, pip keeps failing on installing the pytorch packages, did somebody else solve this problem? Here are my...
one year ago