How to batch data before training in Jax? #10957
Unanswered
bigyankarki
asked this question in
General
Replies: 2 comments
-
IIUC, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the question – I think we'll need more detail about what your inputs are, and what the expected outputs are. You might refer to this page for tips on how to ask a question that is likely to get a good answer: https://stackoverflow.com/help/how-to-ask |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have a matrix of (4,31). eg [[31el], [31el], [31 array of 256 length each], [31el]]. Each of the four rows is a feature. And I have been trying to batch the data into say 10. I want to pad the unfilled batch with Zeros. However, none of the solutions I found in StackOverflow works. Is there any way to achieve this? Is there any way we can leverage Vamp for this?
Beta Was this translation helpful? Give feedback.
All reactions