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
{{ message }}
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
pads=2 * [0, 3, 3] = [0, 3, 3, 0, 3, 3], why does it has 6 dimensions, what does "0" mean? what does "1" mean in " strides=[1, 2, 2]"?
The text was updated successfully, but these errors were encountered:
Duankaiwen
changed the title
what、pads=2 * [0, 3, 3], strides=[1, 2, 2],
what does "pads=2 * [0, 3, 3], strides=[1, 2, 2]" mean?
Sep 25, 2018
Duankaiwen
changed the title
what does "pads=2 * [0, 3, 3], strides=[1, 2, 2]" mean?
what does "pads=2 * [0, 3, 3], strides=[1, 2, 2]" mean in 3D convolution?
Sep 25, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
pads=2 * [0, 3, 3] = [0, 3, 3, 0, 3, 3], why does it has 6 dimensions, what does "0" mean? what does "1" mean in " strides=[1, 2, 2]"?
The text was updated successfully, but these errors were encountered: