This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Replies: 2 comments
-
Hey, this is the MXNet Label Bot. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@mxnet-label-bot add [question, operator] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Environment:
I'm now proceeding a text processing networks, and have variable length inputs (time-steps) in a batch, I have already padded zeros if the sequence length is not enough to the max sequence length.
Is there a way to mask padded zeros and avoid it being updated?
p.s
I saw this PR before, but I'm not sure that padded zeros would be updated or not.
Beta Was this translation helpful? Give feedback.
All reactions