How should I use upgrade_grid? #60
shunkenney
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How should update_grid be used? For example, should it be used every batch during training? Since the default valid grid range is [-1, 1], if update_grid is not used, the input values may go outside this range, and it seems that fitting might not work properly. However, in the case of the MNIST example, update_grid is not used. Does this mean update_grid is unnecessary?
Beta Was this translation helpful? Give feedback.
All reactions