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
I'M Using The Following Template (Which Defaultly Use Weights & Biases)

I'm using the following template (which defaultly use Weights & Biases)
https://github.com/ashleve/lightning-hydra-template

  
  
Posted 3 years ago
Votes Newest

Answers 3


KindGiraffe71 We're working on a new docs version, it'll be there as well!

  
  
Posted 3 years ago

Thank you. Will be helpful to add it to the docs

  
  
Posted 3 years ago

KindGiraffe71 Have you checked out the https://github.com/allegroai/clearml/blob/master/examples/frameworks/pytorch-lightning/pytorch_lightning_example.py ? https://clearml.slack.com/archives/CTK20V944/p1616070536033700 previous discussion provides some insight into how it works under the hood.

  
  
Posted 3 years ago
579 Views
3 Answers
3 years ago
one year ago
Tags