In all the examples, the losses have been plotted separately. Is there a way to combine all of them in a single plot?
If you want more custom plotting on top of what the default Tensorboard output provides, it’ll probably be easiest to save all loss values to a CSV then plot or perhaps export the data from Tensorboard.
1 Like