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
I was trying to use the senet154 model with channels first encoding, but getting an error "Cannot assign to variable conv2d/kernel:0 due to variable shape (3, 3, 224, 64) and value shape (64, 3, 3, 3) are incompatible". Has anyone faced this issue before?
The text was updated successfully, but these errors were encountered:
I was trying to use the senet154 model with channels first encoding, but getting an error "Cannot assign to variable conv2d/kernel:0 due to variable shape (3, 3, 224, 64) and value shape (64, 3, 3, 3) are incompatible". Has anyone faced this issue before?
The text was updated successfully, but these errors were encountered: