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 Clearml Team ! Thank You For The Great Work On Clearml, It Is An Amazing Project. I Encountered An Issue When Trying To Retrieve Plots Of An Experiment,

Hi ClearML Team !
Thank you for the great work on ClearML, it is an amazing project.

I encountered an issue when trying to retrieve plots of an experiment,

General data error (BadRequestError(400, 'x_content_parse_exception', '[1:369] [terms] failed to parse field [size]'))

The concerned experiment has a lot of plots, could it be problematic ? Is there a maximum number of plots allowed ?

  
  
Posted 14 hours ago
Votes Newest

Answers


image

  
  
Posted 13 hours ago