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
How Do You Disable Auto Upload Pth File ? I Still Want To Have Debug Sample And Manual Upload Artifact, Just Not Uploading All The Pth File. I Think I Saw This In The Chat Somewhere But Could Not Find It Now. Use-Case: We Are Experimenting With New Framew

How do you disable auto upload pth file ? I still want to have debug sample and manual upload artifact, just not uploading all the pth file.
I think I saw this in the chat somewhere but could not find it now.
Use-case: we are experimenting with new framework, that generate a lot of pth. And because we are just experimenting, we don;t really care about the pth, but debug sample is still important.

  
  
Posted 5 days ago
Votes Newest

Answers 2


Hi @<1576381444509405184:profile|ManiacalLizard2> , I think this is what you're looking for -

auto_connect_frameworks

You can disable the auto logging of models this way

  
  
Posted 2 days ago

we are usign mmsegmentation by the way

  
  
Posted 5 days ago
35 Views
2 Answers
5 days ago
2 days ago
Tags