-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
In jax_nn we state the following:
We work with row vectors because Python numerical operations are row-major rather than column-major, so that row-based operations tend to be more efficient.
I'm not sure this makes sense. If we calculate x @ W where x is a row vector, then we are summing along the columns of W.
This needs to be investigated and possibly corrected.
Metadata
Metadata
Assignees
Labels
No labels