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

cifar10: Fix examples by setting snapshot_format. #3011

Merged
merged 1 commit into from
Sep 2, 2015

Conversation

darrengarvey
Copy link
Contributor

Commit 4227828 set the default binary format from HDF5 to BINARYPROTO to
fix #2885. This broke the cifar10 examples which relied on this default.

This commit specifies the snapshot_format explicitly since the rest of the
example relies on this being HDF5.

Commit 4227828 set the default binary format from HDF5 to BINARYPROTO to
fix BVLC#2885. This broke the cifar10 examples which relied on this default.

This commit specifies the snapshot_format explicitly since the rest of the
example relies on this being HDF5.
@jeffdonahue
Copy link
Contributor

Not sure why Travis isn't running here, but the example prototxts aren't part of the build/tests anyway, so I'll merge. Thanks for the fixes @darrengarvey!

jeffdonahue added a commit that referenced this pull request Sep 2, 2015
cifar10: Fix examples by setting snapshot_format.
@jeffdonahue jeffdonahue merged commit d900435 into BVLC:master Sep 2, 2015
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

Successfully merging this pull request may close these issues.

HDF5 snapshot crashes on duplicate layer names
2 participants