File: train_lenet_consolidated.sh

package info (click to toggle)
caffe 1.0.0~rc4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 16,284 kB
  • sloc: cpp: 60,050; python: 5,649; makefile: 616; sh: 559
file content (5 lines) | stat: -rwxr-xr-x 118 bytes parent folder | download | duplicates (5)
1
2
3
4
5
#!/usr/bin/env sh
set -e

./build/tools/caffe train \
  --solver=examples/mnist/lenet_consolidated_solver.prototxt $@