Unexpected output shape from nnx.Conv with 'valid' padding #4667
|
I'm encountering an unexpected output shape when using nnx.Conv with padding='valid'.
|
Answered by
Impure-King
Mar 31, 2025
Replies: 1 comment
|
Just wanted to provide an update on my question. It's possible that I might have made a mistake in my code or in reporting the padding used. |
0 replies
Answer selected by
Impure-King
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just wanted to provide an update on my question. It's possible that I might have made a mistake in my code or in reporting the padding used.
I realized that with padding='same', the expected output shape for the given input and parameters would indeed be (32, 14, 14, 64). This matches the output I observed.
I apologize for any confusion caused and appreciate everyone's time and willingness to help! I'll mark this as resolved and close the discussion.
Thanks again!