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 Have A Configuration File That I Read And Connect To My Training Tasks. I Cannot Use

Hi, I have a configuration file that I read and connect to my training tasks. I cannot use config = task.get_parameters_as_dict()["General"]["param"]["nested"]["deep"] because at some point, clearml just stringify the parameter (list/dict). Is there a parameter that can control that? I also have the problem that some nested parameters are int but converted to string by clearml

  
  
Posted 2 years ago
Votes Newest

Answers 2


Hi SuccessfulKoala55 , super that’s what I was looking for

  
  
Posted 2 years ago

Hi JitteryCoyote63 , can't you just use task.connect_configuration() for that?

  
  
Posted 2 years ago
515 Views
2 Answers
2 years ago
one year ago
Tags
Similar posts