Skip to content

Comments

error and weight trace#2327

Closed
cseward wants to merge 5 commits intoBVLC:masterfrom
cseward:error_weight_trace
Closed

error and weight trace#2327
cseward wants to merge 5 commits intoBVLC:masterfrom
cseward:error_weight_trace

Conversation

@cseward
Copy link

@cseward cseward commented Apr 17, 2015

Added functionality that allows a trace of the weights, training errors and test errors to be created. This allows the user to then create plots of how the net learns like the plots here

plot1

plot2

In addition, if the net is restored from a snapshot, the saved weights and errors are also restored so that the trace is continuous

Calvin Seward added 5 commits April 17, 2015 18:34
Durring training at pre set intervals the training error is saved and is
written out to a prototext file.  This data can then be analyzed to understand
how the net is developing.
…er weights

Conflicts:
	src/caffe/solver.cpp
…e restored.

By adding --trace=path/to/caffetrace to the command line arguments, you can restore the
error trace to a previously snapshoted run.  The trace is automatically truncated if it
was created at a point later than the snapshot you are restoring from
@cseward
Copy link
Author

cseward commented Feb 11, 2016

This PR is obsolete because it has been replaced by PR #3569

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant