Spenhouet / tensorboard-aggregator

Aggregate multiple tensorboard runs to new summary or csv files
MIT License
166 stars 27 forks source link

Extracting stored Hyperparameters #5

Closed andreifoldes closed 3 years ago

andreifoldes commented 4 years ago

I think it would be really useful if this could be extended to extract hyperparameters that are logged in HParams objects

Spenhouet commented 4 years ago

Sorry for the late response and thank you for your suggestion.

This project is mainly about calculating the statistics like max, min, mean, ... of measures over the curse of training. Extracting data to CSV is a useful way to plot this data for papers but that is not the focus of this project. I would like to keep it about that.