Replies: 1 comment 2 replies
-
It depends on the model, but in general were logging the results in a models training_step() and validation_step() |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone!
I want to learn how to change progress bar metrics when training. I used to have loss showing in the bar, but now I have train_step_timing which is not very useful. Could you help me figure out where I can change these settings? I tried to search in the Pytorch files, but the places where you change it were commented out.
This is the example of how it shows right now:
32:29<5:19:08, 4.81it/s, v_num=0-12, train_step_timing in s=0.122
Beta Was this translation helpful? Give feedback.
All reactions