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
ObnoxiousStork61
Moderator
4 Questions, 6 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

6 × Eureka!
0 Votes
5 Answers
883 Views
0 Votes 5 Answers 883 Views
Can we get some statistics from already reported plots?
3 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
Is it possible to report ie. validation scalars but shifted by 1/2 iteration?
3 years ago
0 Votes
1 Answers
891 Views
0 Votes 1 Answers 891 Views
Hey! I have task that generates .pth files locally and they're visible on WebUI, but unfortunately I can't fetch them from my local computer, is this intended?
3 years ago
0 Votes
3 Answers
983 Views
0 Votes 3 Answers 983 Views
Is setting up ClearML server on same machine that is supposed to be our GPU worker a good idea? I wanted to have every dataset locally using clearml-data CLI...
3 years ago
0 Is It Possible To Report Ie. Validation Scalars But Shifted By 1/2 Iteration?

This will work too, ill try.
My experiment has validation every 40k iterations so thats the case ;p.

3 years ago
0 Is It Possible To Report Ie. Validation Scalars But Shifted By 1/2 Iteration?

Well this is common thing to do for validation metrics. Training metrics are calculated before validation so it gives better visualisation.
I found this information there: https://twitter.com/aureliengeron/status/1110839480024338432?s=20

3 years ago
0 Is It Possible To Report Ie. Validation Scalars But Shifted By 1/2 Iteration?

Trying this gives me expected TypeError: TypeError: Expected iter of type (<class 'int'>,), got float

3 years ago
0 Is Setting Up Clearml Server On Same Machine That Is Supposed To Be Our Gpu Worker A Good Idea? I Wanted To Have Every Dataset Locally Using Clearml-Data Cli, How Would Gpu Worker Handle Data Fetching, Would It Go Straight From Disc?

So ideally I should setup one machine with storage for datasets for clearml-server and one GPU machine to be clearml-agent with storage enough to fetch data?

3 years ago