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 Everyone, Has Anyone Used Clearml For Hpo With Huggingface'S Trainer Api? I Am Stuck With The Following Error. Any Suggestions Appericiated. Tia

Hi everyone, has anyone used clearml for HPO with huggingface's trainer API? I am stuck with the following error. Any suggestions appericiated. TIA

  
  
Posted one year ago
Votes Newest

Answers 5


CostlyOstrich36 I have a base training task that runs successfully. When I am trying to run a clone of the task on an agent through queue, the environment setup is fine but the training does not start and throws this error

  
  
Posted one year ago

Hi YummyFish22 , how did you arrive at this error message?

  
  
Posted one year ago

Where do these arguments ( --input-test-data ) come from?

  
  
Posted one year ago

Can you add the full log + a snippet to reproduce this?

  
  
Posted one year ago