cifar10: Fix examples by setting snapshot_format.
authorDarren Garvey <darren.garvey@gmail.com>
Tue, 1 Sep 2015 19:09:25 +0000 (20:09 +0100)
committerDarren Garvey <darren.garvey@gmail.com>
Tue, 1 Sep 2015 23:42:11 +0000 (00:42 +0100)
commit583194a00811a312e0bdfa151a8ad6a222c2dd4d
tree633afa4409a1b301b8f3b0a38d1b75059ab7921e
parent6567ce1012351d5a739d683828bc0fce2bfc90e5
cifar10: Fix examples by setting snapshot_format.

Commit 4227828a 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.
examples/cifar10/cifar10_full_solver.prototxt
examples/cifar10/cifar10_full_solver_lr1.prototxt
examples/cifar10/cifar10_full_solver_lr2.prototxt
examples/cifar10/cifar10_quick_solver.prototxt
examples/cifar10/cifar10_quick_solver_lr1.prototxt