test_time_caffe

Test time

1
2
3
4
5
6
7
8
#!/usr/bin/env sh
now=$(date +"%Y%m%d_%H%M%S")
log_name="test___"$now""
srun -p Test --exclusive --gres=gpu:1 \
/mnt/lustre/share/sensephoto/caffes/caffe/build/tools/caffe time \
--model=$1 \
--iterations=1000 \
2>&1|tee $log_name.log &