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 All. I'M Passing A Nested Dictionary In Task.Connect(). When I Assign A Decimal Value To A Parameter Using Discreteparameterrange() Inside Optimizer Script, I Get The Following Warning On Clearml Ui, And I Am Unable To Use This In Hyperparameter Optimi

Hi all. I'm passing a nested dictionary in task.connect(). When I assign a decimal value to a parameter using DiscreteParameterRange() inside optimizer script, I get the following warning on clearML UI, and I am unable to use this in hyperparameter optimization.
"WARNING - Failed parsing task parameter object"
When instead of decimal, I pass an integer value, I can use this in hyper parameter optimization. Anyone encountered this before?

  
  
Posted one year ago
Votes Newest

Answers


Nvm, found the problem. My default value was int so I couldn't override it with float from UI

  
  
Posted one year ago
665 Views
1 Answer
one year ago
one year ago
Tags