1、caffe train --solver=solver.prototxt 2>&1 | tee mylog.log
2、caffe_root/tools/extra/parse_log.py mylog.log ./
本文将指导如何利用训练日志中的信息,绘制出损失(loss)和准确率(accuracy)随时间变化的图表,以便于分析模型的训练效果。通过这样的可视化,可以清晰地观察到模型在训练过程中的收敛情况,以及是否存在过拟合或欠拟合的现象。
1、caffe train --solver=solver.prototxt 2>&1 | tee mylog.log
2、caffe_root/tools/extra/parse_log.py mylog.log ./

被折叠的 条评论
为什么被折叠?