Interpreting Eval Results #1185
-
Hi Can someone help me understand what each of the values represent:
My interpretation so far is the first 3 values are the loss of the model on those datasets and the next 3 are the accuracies but I'm not fully sure. Also what does |
Beta Was this translation helpful? Give feedback.
Answered by
AntonioCarta
Nov 8, 2022
Replies: 1 comment 1 reply
-
ACC=accuracy |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
aflah02
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ACC=accuracy
Top1=refers to the top-k accuracy
Stream=tells you that the accuracy is computed for the entire stream that you have given for evaluation. Alternative are averages of the single experience or minibatch.