Pytorch Utility function to parse and distill train.log

I am interested to know if there is a Pytorch equivalent script similar to the one here which can plot the loss curves from the log file?

check https://github.com/TeamHG-Memex/tensorboard_logger (it is standalone from tensorflow)

1 Like