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
ObnoxiousBluewhale25
Moderator
6 Questions, 4 Answers
  Active since 19 May 2023
  Last activity 9 months ago

Reputation

0

Badges 1

3 × Eureka!
0 Votes
1 Answers
549 Views
0 Votes 1 Answers 549 Views
10 months ago
0 Votes
1 Answers
484 Views
0 Votes 1 Answers 484 Views
7 months ago
0 Votes
6 Answers
552 Views
0 Votes 6 Answers 552 Views
Hey, I'd like to store my trained models, results of transformers training, into local disk. I tried to set up default_output_uri: "file:///home/karol/data/"...
10 months ago
0 Votes
3 Answers
537 Views
0 Votes 3 Answers 537 Views
Hey I'm struggling with some typing issue when it comes to the pipelines. Following the documentation I created my pipeline from functions, added params and ...
10 months ago
0 Votes
1 Answers
417 Views
0 Votes 1 Answers 417 Views
Hey, is ClearML able to manage (delete) files outside of the fileserver, for example on some shared drive? I consider scenario where only local file path to ...
9 months ago
0 Votes
1 Answers
484 Views
0 Votes 1 Answers 484 Views
8 months ago
0 Hi Guys. I Tried To Run My Task On A Remote Machine Via Docker By Using The Web Ui And

Have you tried using opencv-python-headless to avoid missing GUI dependencies instead of full opencv? None

10 months ago
0 Hey, I'D Like To Store My Trained Models, Results Of Transformers Training, Into Local Disk. I Tried To Set Up

The problem is "Artifacts" tab is empty, it wasn't with default logging (to the fileserver I guess) but then the files failed to upload.

10 months ago
0 Hey I'M Struggling With Some Typing Issue When It Comes To The Pipelines. Following The Documentation I Created My Pipeline From Functions, Added Params And Bind Them To A Single Step Of My Pipeline.

@<1523701070390366208:profile|CostlyOstrich36> the epoch variable inside generate_data function is always a string i.e. "10" not 10, the same if I try to pass the list as an argument "[1,2,3]" instead of [1,2,3]

10 months ago