-
Hi, as per the tile, what is the role of the validation batch size if, form what I know, the weights and the gradient are not updated taking into account the validation set? Is it just a "memory trick" to make the whole validation set fit into memory? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
ilyes319
Nov 21, 2024
Replies: 1 comment
-
Yes it is a memory trick to speed up the evaluation of the validation set, you can pick as high as your GPU memory allows. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ilyes319
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes it is a memory trick to speed up the evaluation of the validation set, you can pick as high as your GPU memory allows.