例如:

#!/bin/bash

 

#LOG="examples/mnist/lenet_log_mylog"

LOG="LOG/log.txt.`date +'%Y-%m-%d_%H-%M-%S'`"#包含运行日期
exec &> >(tee -a "$LOG")
echo Logging output to "$LOG"

 

./build/tools/caffe train --solver=examples/mnist/lenet_solver.prototxt

posted on   想飞的萌猪  阅读(2175)  评论(0编辑  收藏  举报
努力加载评论中...

点击右上角即可分享
微信分享提示