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
Unanswered
Hello! I Was Wondering If It Would Be Possible To Integrate The Optuna Dashborard In The Same Run Of Clearml Hyperparameter Optimization. Like Passing The Sqlite Db Or Anything To Be Able To Access It Later Besides The Task Optimization Reports.

Hello!
I was wondering if it would be possible to integrate the optuna dashborard in the same run of clearml hyperparameter optimization. Like passing the sqlite db or anything to be able to access it later besides the task optimization reports.

  
  
Posted one month ago
Votes Newest

Answers

122 Views
0 Answers
one month ago
one month ago
Tags