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
Answered
Hi, I'Ve Found A Possible Bug. I'M Cloning/Running A Project Without Any Input Model. Which Is As Expected. But, After I Code Actually Start Running An Input Model Shows Up In The So When I Reset The Experiment I Need To Manually Remove The Input Model Na

Hi, I've found a possible bug.
I'm cloning/running a project without any input model. Which is as expected.
But, after I code actually start running an input model shows up in the so when I reset the experiment I need to manually remove the input model name for my experiment to work.

  
  
Posted 3 years ago
Votes Newest

Answers 2


AgitatedDove14 Thanks Martin, I know that. I just say it's a bug.

  
  
Posted 3 years ago

PompousBeetle71 , basically reset experiment will clear all the outputs, and input model model is well, input, it is not cleared. In the next execution it will be overridden. There is actually a way to change it from the UI, and override the initial model weights.

  
  
Posted 3 years ago
686 Views
2 Answers
3 years ago
one year ago
Tags