train_net: "examples/hdf5_classification/logreg_auto_train.prototxt" test_net: "examples/hdf5_classification/logreg_auto_test.prototxt" test_iter: 250 test_interval: 1000 base_lr: 0.01 lr_policy: "step" gamma: 0.1 stepsize: 5000 display: 1000 max_iter: 10000 momentum: 0.9 weight_decay: 0.0005 snapshot: 10000 snapshot_prefix: "examples/hdf5_classification/data/train" solver_mode: CPU