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
This one is a quick fix, but the code assumes that you are using "channels-last", but I have my defaults set otherwise and it causes an error. You might want to make it explicit with:
K.set_image_data_format('channels_last')
The text was updated successfully, but these errors were encountered:
- Correct the `Mask` operation. Now all digit capsules are connected to the decoder simultaneously.
- Change default `epochs` from 30 to 50.
- Define a separate model for test phase which does not require ground truth `y` as input.
- Fix [#13](#13)
- Remove early stopping
- Correct the `Mask` operation. Now all digit capsules are connected to the decoder simultaneously.
- Change default `epochs` from 30 to 50.
- Define a separate model for test phase which does not require ground truth `y` as input.
- Fix [#13](XifengGuo/CapsNet-Keras#13)
- Remove early stopping
This one is a quick fix, but the code assumes that you are using
"channels-last"
, but I have my defaults set otherwise and it causes an error. You might want to make it explicit with:The text was updated successfully, but these errors were encountered: