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
Hi, thanks for pointing that out! This is indeed a typo and should have used a stride of 1 and x_max as input to the conv. I'll leave this issue open, since we'll need to retrain the models for fixing this. Thanks again :)
Thank you for your great tutorials!
I have a question about codes in the cell 11 in Inception_ResNet_DenseNet.ipynb for JAX.
Max-pool branch looks like a 1x1 convolution branch,
because the output of nn.max_pool() is not used.
I guess, here should be :
With strides = (2, 2), the feature size gets half of the original, so, the "strides" should be (1,1).
Thank you.
The text was updated successfully, but these errors were encountered: