Replies: 1 comment
-
Hi - thanks for the question! The main difference is that If you have a function for which each batch is computed independently,
No, |
Beta Was this translation helpful? Give feedback.
-
Hi - thanks for the question! The main difference is that If you have a function for which each batch is computed independently,
No, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting a bit confused between
scan
andvmap
- what are the tradeoffs between them and when to use each?Does
scan
with nocarry
effectively reduce to vmap?How is it typically recommended to approach massing multiple training datapoints to a function? scan or vmap?
Beta Was this translation helpful? Give feedback.
All reactions