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, I Had A Question (And Possibly A Suggestion) For The Clearml Sdk - Is There Any Reason Why Jax Is Not Yet Listed Under The Set Of "

Hi everyone, I had a question (and possibly a suggestion) for the ClearML SDK - is there any reason why JAX is not yet listed under the set of " Integrations "? I'd be curious to know more about how the Integrations are built in general, and if there's any especially difficult challenges to getting it to work with JAX.

  
  
Posted 11 months ago
Votes Newest

Answers


@<1600299038203187200:profile|UnsightlyOwl32> is normalised since I think it's simply not yet supported. If you'd like to take a swing at adding a new integration, you're more than welcome to look at the frameworks folder in the GitHub repo - regretfully we still don't have a guide for that, since it's relatively technical...

  
  
Posted 11 months ago
490 Views
1 Answer
11 months ago
11 months ago
Tags