How to use TensorboardX ptorch

Hello,

I am new to pytorch. I have build a siamese network with a custom hand gesture video dataset with accuracy as an evaluation metric.

Now I have to plot the accuracy and loss function graphs. I would like to use tensorboardX for the same. I have referred the pytorch official website for the same, but did not understand how to use it in my case having a custom dataset and not MNIST dataset.

But, I am not aware about the structure and summary writer.

Can anyone please help me with this?

Any help is most appreciated !
Thank you in advance. @ptrblck

I think the Tensorboard Tutorial might be a good starter. I’m unsure, if the same operations would work for TensorboardX, so in case you need to use it you might need to adapt some calls.

Thank you so much for your help @ptrblck