Take train loss from `Iteration N, loss = X` lines
authorDaniel Golden <dgolden1@gmail.com>
Fri, 31 Oct 2014 17:24:07 +0000 (10:24 -0700)
committerDaniel Golden <dgolden1@gmail.com>
Mon, 8 Dec 2014 20:06:19 +0000 (12:06 -0800)
commitf954c6bea18e7c69520ee4c962b9b263c18a9769
treef89d7c5ac55e617f707c9941e51b6dbce7d3238a
parent9b78bcffbb515b39228f2d483dbfd596410d5f59
Take train loss from `Iteration N, loss = X` lines

Was previously using `Train net output #M: loss = X` lines, but there may not be exactly one of those (e.g., for GoogLeNet, which has multiple loss layers); I believe that `Iteration N, loss = X` is the aggregated loss.

If there's only one loss layer, these two values will be equal and it won't matter. Otherwise, we presumably want to report the aggregated loss.
tools/extra/parse_log.py