You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am converting this simple tf example into JAX using Haiku. In process of doing this, I realized there is no MaxPool2d module. Any plans on adding this or is there a way to adapt the current MaxPool module?
More precisely, how would you write this using haiku?
layers.MaxPooling2D((2, 2))
The text was updated successfully, but these errors were encountered:
I am converting this simple tf example into JAX using Haiku. In process of doing this, I realized there is no
MaxPool2d
module. Any plans on adding this or is there a way to adapt the currentMaxPool
module?More precisely, how would you write this using haiku?
The text was updated successfully, but these errors were encountered: