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
Thanks for the answer. I have already set stride, but it s not working.
pool2_layer = PoolingLayer(name="pool2", kernel=(2,2), stride=(2,2), bottoms=[:conv2], tops=[:pool2]) (Padding is by default (0,0))
Finally i changed the input size to 94*94, but I would like to use the original size.
Hello! It could be make pooling without padding? So I would like in pool2: (45*45*32*100) -> (22*22*32*100)
The text was updated successfully, but these errors were encountered: