move model's pad layer into conv layer; add script to create db and train net by...
authorchyojn <chyojn@gmail.com>
Sat, 1 Mar 2014 03:21:13 +0000 (11:21 +0800)
committerchyojn <chyojn@gmail.com>
Sat, 1 Mar 2014 03:24:16 +0000 (11:24 +0800)
commitf4d65f44686a597ed1f012d58a7c0d5c68d4f115
tree4de4e9fdfebf7f11d2de28c5260e8a4455bdc0a9
parent77fae0cbdec7bb805e763e88db7cd98de5ca5cef
move model's pad layer into conv layer; add script to create db and train net by 80sec and 18pct model
12 files changed:
examples/cifar/cifar10_18pct_solver.prototxt
examples/cifar/cifar10_18pct_solver_lr1.prototxt [new file with mode: 0644]
examples/cifar/cifar10_18pct_solver_lr2.prototxt [new file with mode: 0644]
examples/cifar/cifar10_18pct_test.prototxt
examples/cifar/cifar10_18pct_train.prototxt [moved from examples/cifar/cifar10_18pct.prototxt with 82% similarity]
examples/cifar/cifar10_80sec_solver.prototxt
examples/cifar/cifar10_80sec_solver_lr1.prototxt [new file with mode: 0644]
examples/cifar/cifar10_80sec_test.prototxt
examples/cifar/cifar10_80sec_train.prototxt [moved from examples/cifar/cifar10_80sec.prototxt with 82% similarity]
examples/cifar/create_cifar10.sh [new file with mode: 0755]
examples/cifar/train_18pct.sh [new file with mode: 0755]
examples/cifar/train_80sec.sh [new file with mode: 0755]