PyTorch Lightning
www.pytorchlightning.ai › blog › tensorboard-withWhat is the accuracy plotted against? What are the values on the x-axis? It turns out that by default PyTorch Lightning plots all metrics against the number of batches. Although it captures the trends, it would be more helpful if we could log metrics such as accuracy with respective epochs. One thing we can do is plot the data after every N batches.