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 Folks! I'M Using  

Hi folks!
I'm using   SummaryWriter  from PyTorch's tensorboard utils to log  pr_curve  , and I get the attached curve. Looks like the X axis is reversed, and I can't understand how I get the threshold from each PR point. Has anyone encountered this?

  
  
Posted 3 years ago
Votes Newest

Answers 13


Hi ShallowCat10
What's the TB your are using?
Is this example working correctly for you?
https://github.com/allegroai/clearml/blob/master/examples/frameworks/tensorflow/tensorboard_pr_curve.py

  
  
Posted 3 years ago

ExcitedFish86 0.17.5rc3 should fix this issue.
This is what I'm getting:

  
  
Posted 3 years ago

LOL I see it now 🙂

  
  
Posted 3 years ago

AgitatedDove14 I'm not sure this is fixed... using the latest RC

  
  
Posted 3 years ago

ShallowCat10
pip install clearml==0.17.5rc0🙂

  
  
Posted 3 years ago

ExcitedFish86 verified, fix will be available on GitHub soon :)

  
  
Posted 3 years ago

what do you get when you hover over the plot?

  
  
Posted 3 years ago

I'm not working with tensorflow. I'm using SummaryWriter from torch.utils.tensorboard . Specifically add_pr_curve :
https://pytorch.org/docs/stable/tensorboard.html#torch.utils.tensorboard.writer.SummaryWriter.add_pr_curve

  
  
Posted 3 years ago

Let me check...

  
  
Posted 3 years ago

Okay let me check

  
  
Posted 3 years ago

thanks!

  
  
Posted 3 years ago

Verified and fix, should be deployed soon in RC 🙂

  
  
Posted 3 years ago

you rock!!! thank!

  
  
Posted 3 years ago
684 Views
13 Answers
3 years ago
one year ago
Tags