How to use tensorboard plots for list/arrays?

342 Views Asked by At

I have a list of values(loss values).

loss = [0.9,0.7,0.6,0.4]

I did not use tensorboard callback while training. Now I want to plot those values in tensorboard. How can I do that?

1

There are 1 best solutions below

0
On

You need the logs for plotting in TensorBoard. If you want to plot these values, just use matplotlib.