You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The log of training is written by SummaryWriter. It is not possible to change file name and format, but we can add timestep as suffix, see filename_suffix. Also we can add a util function to read the log file using tbparse.
The log of training is written by
SummaryWriter. It is not possible to change file name and format, but we can add timestep as suffix, see filename_suffix. Also we can add a util function to read the log file using tbparse.