How To Check Tensorboard Version when installed via pytorch?

I have some issue with my tensorboard in pytorch, it does not update the updates as it goes on to further epochs.
So I decided to check its version, but from torch.utils.tensorboard import version does not exist in pytorch, so I was wondeing how I can check the tensorboard that is available there.

1 Like

Try typing which tensorboard in your terminal. It should exist if you installed with pip as mentioned in the tensorboard README visit this site ( although the documentation doesn’t tell you that you can now launch “tensorboard” without doing anything else.)