-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draw the loss curve #6
Comments
I printed these loss values after each training epoch. |
Add 4 lines code at
And then use following code to transform it into a csv file:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@xuhongzuo . I want to use
pd.DataFrame
to saveloss
,loss_oc
andval_loss
in each epoch, and save it as a csv file. Could you add the code for this function?The text was updated successfully, but these errors were encountered: