|
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 |
Answered by
jheek
Dec 16, 2020
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