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
Hi! When Logging Datasets To A Task (By Using

Hi! When logging Datasets to a Task (by using Dataset.get() ), they appear under the Hyperparameter -> Datasets tab. This is all well.

But if I want to change my input dataset for a cloned Task, currently I'm doing that through an input string name or dataset ID. But this is a crude approach. It would be better if there was a possibility to click on Edit and get a list of available datasets , similar to how it works for Artifacts -> Input Models.

Does this feature exist today?

  
  
Posted one day ago
Votes Newest

Answers

12 Views
0 Answers
one day ago
12 hours ago
Tags