Googlenet on jetson nano training record

Before I ask googlenet training record method (Googlenet on jetson nano training condition),I said how to record training condition on tensorboard. If tensorboard didn’t match this website(jetson-inference/pytorch-collect.md at master · dusty-nv/jetson-inference · GitHub) to record condition,can others program record training condition?

Hi,

You can find the loss and accuracy value here:

Tensorboard visualization doesn’t enable in the trainer by default.
You can add the item you want to check based on this tutorial:
https://pytorch.org/docs/stable/tensorboard.html

Thanks.