In tensorboard, I would like to superimpose 2 plots on the same graph (training and validation losses of a neural network).
I can see 2 separate plots, but not one p
If you point tensorboard at the directory containing the tf events for both runs, you should be able to see them. (if you have them in subdirectories, point it to the parent of both).