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
HurtAnt92
Moderator
10 Questions, 11 Answers
  Active since 22 May 2023
  Last activity 4 months ago

Reputation

0

Badges 1

11 × Eureka!
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
How do I extract from a completed task, the time it took to run ? Given I have the id of the task.
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi, I wrote a pipeline of two steps. - train - convertIf I attach a model as OutputModel to the first task, the model is visible to the second step. Whereas ...
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi, When downloading data stored at azure using cleaml-data I'm getting: Connection pool is full, discarding connection: *. blob.core.windows.net . Connectio...
one year ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hi, clearml stores models in the following format: / / ./ models / Is it possible to change this format ?
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
one year ago
0 Votes
4 Answers
514 Views
0 Votes 4 Answers 514 Views
4 months ago
0 Votes
3 Answers
363 Views
0 Votes 3 Answers 363 Views
Hi, I installed local clearml server and when launch the gui is lacking the toolbar in the left
4 months ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi, I'm getting the following error when running docker agent using a docker: clearml_agent: ERROR: [Errno 28] No space left on device: '/root/.clearml/venvs...
one year ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
Hi, I'm using training_task.connect() to manually connect the argparse arguments into the task, how do I retrieve the arguments back ? Also, how do I know if...
one year ago