How to download Tensorboard model graph as .png

Hello,
I am new to PyTorch. I want to know what is the procedure to download a Tensorboard graph which is displayed on the browser interface (without getting screenshot). There is “download png” command on the Tensorboard interface but when I clicked it, it will tries to download a file called “png.html” and failed. There is no any images have been downloaded. Can please someone help?

I meet a same issue, have you fixed it?

I have tensorboard 2.2.1 and I did the following to download an svg image which I can later convert to any format I want.

. I