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
ThankfulClams64
Moderator
6 Questions, 53 Answers
  Active since 04 July 2024
  Last activity 28 days ago

Reputation

0

Badges 1

53 × Eureka!
0 Votes
2 Answers
88 Views
0 Votes 2 Answers 88 Views
Hi from what I can tell trying to follow this documentation None To start an agent I should run clearml-agent daemon --queue test_queue --detached and to sto...
29 days ago
0 Votes
3 Answers
120 Views
0 Votes 3 Answers 120 Views
How do you get ClearML GPU Compute to show up under Applications or Autoscalers?
2 months ago
0 Votes
7 Answers
462 Views
0 Votes 7 Answers 462 Views
Hello, are there any resources for trying to reduce the number of API calls? I am trying out Clear ML and with just 20 epochs it says there have been 80k api...
5 months ago
0 Votes
1 Answers
458 Views
0 Votes 1 Answers 458 Views
For clearml-agents where does it clone the git repo and can you specify the location somehow?
5 months ago
0 Votes
69 Answers
9K Views
0 Votes 69 Answers 9K Views
5 months ago
0 Votes
3 Answers
120 Views
0 Votes 3 Answers 120 Views
I'm trying to use clearml agents. For tensorflow it looks like it does not save the pip package correctly. I need to install it as tensorflow[and-cuda] not j...
one month ago