mirror of
https://github.com/zhunzhong07/person-re-ranking.git
synced 2025-06-03 14:59:19 +08:00
6 lines
120 B
Bash
Executable File
6 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
./build/tools/caffe train \
|
|
--solver=examples/mnist/mnist_autoencoder_solver_adadelta.prototxt $@
|