To show PDE loss, boundary loss, and aggregated loss in a single plot

In all the examples, the losses have been plotted separately. Is there a way to combine all of them in a single plot?

Hi @id21resch11019

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