-
Hi! I'm using flax's avg pooling and i've run into an error when trying to use it inside a
idk if it isn't supposed to be used in this way because the imagenet and mnist examples use it without wrapping everything in a I have a colab notebook with the full stacktrace as well |
Beta Was this translation helpful? Give feedback.
Answered by
jheek
Dec 16, 2020
Replies: 1 comment
-
Yes I think you are right. Pooling layers still assume there is a batch dimension. This should be an easy fix. I created an issue for this #739 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bilal2vec
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes I think you are right. Pooling layers still assume there is a batch dimension. This should be an easy fix. I created an issue for this #739