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
What Is The Maximum Length For The Experiment Name? I Noticed That With Very Long Names Errors Can Occur

What is the maximum length for the experiment name? I noticed that with very long names errors can occur

  
  
Posted one year ago
Votes Newest

Answers 4


theoretically the entire document cannot exceed 16MB, but I'm sure that's not the realistic limit you're talking about

  
  
Posted one year ago

Shouldn't be related to ClearML. If you can copy/paste the error I'll be happy to take a look 🙂

  
  
Posted one year ago

GreasyPenguin14 how long as we talking about? 🙂

  
  
Posted one year ago

With a name of 98 characters errors like 'munmap_chunk(): invalid pointer',
'double free or corruption (!prev)' or 'free(): invalid next size (normal) occur later in my script. But maybe this is not related to clearml but to the filesystem. Just wondering if there was a maximum length from the clearml side

  
  
Posted one year ago
84 Views
4 Answers
one year ago
4 months ago
Tags