You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Matlab mnist images are stored column major order, whereas this version stores them in row major. This means that when transferring weights between Python and Matlab implementations, you need to reshape/transpose/flatten each row of the first layer weights matrix
The text was updated successfully, but these errors were encountered:
Matlab mnist images are stored column major order, whereas this version stores them in row major. This means that when transferring weights between Python and Matlab implementations, you need to reshape/transpose/flatten each row of the first layer weights matrix
The text was updated successfully, but these errors were encountered: