Pytorch lightning log (events file) - unreadable format

Hi All!

For some reason I can not read the logs from logs files as they look like that:

ahparams"`u∑œŸ‹2	≥jÍ∏ÕúÿA*

val_lossêéí>3¯°ıe
û	≠lÍ∏ÕúÿA*

epochzÙçwŸ‹2	ÿ
fªÕúÿA*

val_loss‰ÇÃ=ˆefi4e
û	ÛfªÕúÿA*

Why is that happening? this is “…lightning_logs/version_X/events.out.tfevents.1650580020.run-625dc32b6711b8302f650b5a-s5w9h.2705.0” file

If I’m not mistaken, tfevent files are stored as protobuf files so you might be able to read them via a protobuf library.

thank you! that helped