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, I'M Trying The Experiment Tracking (Metrics/Plots) And When Comparing Plots Between Two Experiments, Only Matplotlib Plots (Autologged, Confusion Matrix Using Sklearn) Are Displayed But Task.Logger.Report_Scatter2D Plots Disappear, Is That Expected? (

Hi, I'm trying the experiment tracking (metrics/plots) and when comparing plots between two experiments, only matplotlib plots (autologged, confusion matrix using sklearn) are displayed but task.logger.report_scatter2d plots disappear, is that expected? (I guess not, should I file a bug report on github?).
Moreover the experiment name is not shown on plots so I don't know which experiment is on which side, and they don't switch side if I move them in the details or hyperparameter view so the order is not respected

  
  
Posted 3 years ago
Votes Newest

Answers 10


Yes

  
  
Posted 3 years ago

And what is the Trains Server version?

  
  
Posted 3 years ago

And the comparison for the confusion matrices without the name of the experiments

  
  
Posted 3 years ago

Hi VirtuousFish83 , are you using your own installed Trains Server?

  
  
Posted 3 years ago

0.16.1-320

  
  
Posted 3 years ago

With matplotlib I only get the suptitle

  
  
Posted 3 years ago

Experiment names marked in red

  
  
Posted 3 years ago

Did you try running the https://github.com/allegroai/trains/blob/master/examples/reporting/Allegro_Trains_logging_example.ipynb ? I just ran it twice against a Trains Server of the same version, and I can see all plots in the compare...
As for the experiment name, In some plots, the UI will display plots side-by-side, and than the experiment title will show on each plot. In other cases, each experiment will be shown as a series in the graph (perhaps this was the case in your plots?)

  
  
Posted 3 years ago

VirtuousFish83 see below what I see when I run the example twice and compare:

  
  
Posted 3 years ago

And an example of the missing comparison:
the two experiments 2. plot on the first one 3. plot on the second 4. comparison plot only shows other plots (only the confusion matrices)

  
  
Posted 3 years ago
637 Views
10 Answers
3 years ago
one year ago
Tags