mirror of
https://github.com/zhunzhong07/person-re-ranking.git
synced 2025-06-03 06:40:29 +08:00
5 lines
106 B
Bash
Executable File
5 lines
106 B
Bash
Executable File
#!/usr/bin/env sh
|
|
set -e
|
|
|
|
./build/tools/caffe train --solver=examples/mnist/lenet_solver_adam.prototxt $@
|