How to export tensorboard data to .csv file

Hi All,

I’m going through the tutorial of tensorboard (tutorial here: torch.utils.tensorboard — PyTorch 2.3 documentation), but I can’t see a way to export the data from a log to say .csv to allow post-processing to take place in pyplot etc. Is this possible?

I briefly saw in tensorflow there’s a tb.data.experimental.ExperimentFromDev function, (as seen here: Accessing TensorBoard Data as DataFrames  |  TensorFlow). Is there something equivalent in PyTorch?