File: train_mnist_autoencoder.sh

package info (click to toggle)
caffe-contrib 1.0.0%2Bgit20180821.99bd997-2
  • links: PTS, VCS
  • area: contrib
  • in suites: buster
  • size: 16,244 kB
  • sloc: cpp: 61,579; python: 5,783; makefile: 586; sh: 562
file content (5 lines) | stat: -rwxr-xr-x 117 bytes parent folder | download | duplicates (5)
1
2
3
4
5
#!/usr/bin/env sh
set -e

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