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
Hello Everyone ! My Clearml-Agent Was Working Fine. After Computer Restart I Got This Error : Clearml_Agent: Error: Create.<Locals>.Validator.__Init__() Got An Unexpected Keyword Argument 'Types' . Anyone Who Seen This ?

Hello everyone !
My clearml-agent was working fine. After computer restart i got this error : clearml_agent: ERROR: create.<locals>.Validator.init() got an unexpected keyword argument 'types' . Anyone who seen this ?

  
  
Posted one year ago
Votes Newest

Answers 7


reinstalling realy solved the problem , thank you. Have a very nice day.

  
  
Posted one year ago

command i run:
learml-agent daemon --queue default --foreground
response i get:
clearml_agent: ERROR: create.<locals>.Validator.__init__() got an unexpected keyword argument 'types'

  
  
Posted one year ago

What version of clearml-agent are you using? Can you add the full log here?

  
  
Posted one year ago

clearml agent version: 1.3.0

  
  
Posted one year ago

i can try , any guide online ? or is it totaly easy

  
  
Posted one year ago

can you try reinstalling clearml-agent ?

  
  
Posted one year ago

pip uninstall clearml-agent -y 🙂

  
  
Posted one year ago