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
{{ message }}
This repository was archived by the owner on Mar 17, 2022. It is now read-only.
the "view" in pytorch and "flatten" in keras work differently.
To fix this problem add this layer before "Flatten":
x = Lambda(lambda x: K.permute_dimensions(x, (0, 3, 1, 2)))(x)