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
Hello, Is There A Way To Selectively Disable Logging Of Certain Scalars? My Pytorch Callback Reports Certain Scalars For Informative Purposes, But I Don'T Want Those To Clutter Up The "Scalars" Plot, And I Only Want To See Certain Scalars Plotted. I Am Aw

hello, is there a way to selectively disable logging of certain scalars? My PyTorch callback reports certain scalars for informative purposes, but I don't want those to clutter up the "Scalars" plot, and I only want to see certain scalars plotted. I am aware that on the Scalars tab I can click on a name, and see only that one, but that is some clicking I want to avoid 🙂

  
  
Posted one year ago
Votes Newest

Answers 2


thanks CostlyOstrich36 for the super fast reply ! I guess if I completely turn off pytorch logging, then I have to manually explicitly log what I want

  
  
Posted one year ago

Hi JuicyOtter4 , not sure you can disable certain scalars but you can disable auto logging of specific frameworks using the method showed here:
https://www.youtube.com/watch?v=etGjxOKG9lo

Hope this helps 🙂

  
  
Posted one year ago
605 Views
2 Answers
one year ago
one year ago
Tags