xlearn icon indicating copy to clipboard operation
xlearn copied to clipboard

How to Extract Training Loss versus Epoch

Open tinnguyen96 opened this issue 11 months ago • 0 comments

Hi! I would like to programmatically extract the train mse_loss incurred after each training epoch. Currently, I am piping the xlearn printing output to a file, but I don't know how to extract the mse_loss from this .txt log. Is there a more straightforward way to save train mse_loss using either the sklearn API or the native Python API? Thank you!

tinnguyen96 avatar Aug 03 '23 13:08 tinnguyen96