Plotting train and test loss

Hi, trying to plot training and test loss in same graph, any advice?

You could use matplotlib.pylot to plot multiple graphs in the same plot.
Alternatively, PyTorch has also TensorBoard as well as Visdom support.

@ptrblck will try both. Thanks for help