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
When Viewing Keras Scalar Result For One Experiment, The Graphs (Train And Validation) Are Super-Imposed. However When I Compare Experiment, The Graphs Are Now Separate. Can I Super-Impose The Graphs While Comparing Experiments?

When viewing keras scalar result for one experiment, the graphs (train and validation) are super-imposed. However when I compare experiment, the graphs are now separate. Can I super-impose the graphs while comparing experiments?

  
  
Posted 3 years ago
Votes Newest

Answers 2


Hi TeenyFly97

Can I super-impose the graphs while comparing experiments?

Hmm not at the moment, I think someone asked for the option to control it, in both comparison mode and "standalone" mode.
There is a long discussion on this feature here:
https://github.com/allegroai/trains/issues/81#issuecomment-645425450
Feel free to chime in 🙂
I think that the latest agreement is a switch in the UI, separating or collecting (super-imposing) those graphs.

  
  
Posted 3 years ago

Thanks

  
  
Posted 3 years ago
533 Views
2 Answers
3 years ago
one year ago
Tags