Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dimension Ordering #13

Closed
jack-kelly opened this issue Nov 10, 2017 · 1 comment
Closed

Dimension Ordering #13

jack-kelly opened this issue Nov 10, 2017 · 1 comment

Comments

@jack-kelly
Copy link

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')
@XifengGuo
Copy link
Owner

jack-kelly Thanks, it helps. I’ll revise it at the next commit.

XifengGuo pushed a commit that referenced this issue Nov 14, 2017
- 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
baudm pushed a commit to baudm/VIGNet that referenced this issue Nov 6, 2020
- 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants