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
TenseSwan1
Moderator
1 Question, 1 Answer
  Active since 05 December 2024
  Last activity 11 days ago

Reputation

0

Badges 1

Eureka!
0 Votes
2 Answers
101 Views
0 Votes 2 Answers 101 Views
13 days ago
0 Hi All! I’M Still New To This And Would Be Very Grateful If You Could Answer My Question Or Point Me To A Topic Where This Is Discussed. I’M Working On My First Pet Project, And I Managed To Create A Dataset And Train A Model. However, After That The Mode

Thank you, @<1523701070390366208:profile|CostlyOstrich36> ! I’ve gone through the documentation on output_uri and noticed that it defaults to None in my code. When I use ClearML with the website app.clearml and my notebook as an agent (the pipeline is started with pipe.start(queue='default') ), all logs appear in the UI console, but not in my terminal. Does this mean it’s impossible to store the model in this setup?
In the UI, I see:
"Snapshot stored. Created by task ID: 72420a1e...

11 days ago