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
Unanswered
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? (


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
120 Views
0 Answers
3 years ago
one year ago