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
Has Anyone Gotten This Error Before:

has anyone gotten this error before:

  
  
Posted 3 years ago
Votes Newest

Answers 13


yea I was going through that along side the docs, but with my example I will try with the example online after. Im learning pytorch at the same time so trying to limit my variables of possible mistakes for rn aha

  
  
Posted 3 years ago

Aha so my flower detector example is not the best one to start with... My suggested route would be framework then experiment tracki g and then ochestration. If you wish to "cut corners" you could try our hyperparam blogpost https://link.medium.com/uGA6DePqmeb

  
  
Posted 3 years ago

I swear, I literally made this point in my zettelkasten
- demonstration/walkthrough/first steps - would require people to register for theseso I definitely think the demo/first steps is a great idea 👍

  
  
Posted 3 years ago

also do you guys have any plans on doing a online zoom session or something with a guided tour of how to run an example? Im working my way through the docs but I would love a guided example

  
  
Posted 3 years ago

Sure we do! Btw MiniatureCrocodile39 iirc I answered one of your threads with a recording to a webinar of mine

  
  
Posted 3 years ago

under get logger 😄

  
  
Posted 3 years ago

np! glad to help 🙂

  
  
Posted 3 years ago

Difficult without a reproducer, but I'll try: How did you get the logger? Maybe you forgot parentheses at task.get_logger() ?

  
  
Posted 3 years ago

😮 it worked! BUT that means the docs are wrong:

  
  
Posted 3 years ago

MiniatureCrocodile39 Thanks for reporting...I guess 6 eyes are better than 4? 😄 I'll get it fixed 🙂

  
  
Posted 3 years ago

Thank you for helping to build better docs 🙏

  
  
Posted 3 years ago

MiniatureCrocodile39 lets get that fixed 💪 could you post the link here?

  
  
Posted 3 years ago
528 Views
13 Answers
3 years ago
one year ago
Tags
Similar posts