Skip to content

Commit

Permalink
Change TestSnapshot to expect a .h5 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
erictzeng committed Jul 30, 2015
1 parent 7e4f178 commit 86cdba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/caffe/test/test_gradient_based_solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class GradientBasedSolverTest : public MultiDeviceTest<TypeParam> {
if (snapshot) {
ostringstream resume_file;
resume_file << snapshot_prefix_ << "/_iter_" << num_iters
<< ".solverstate";
<< ".solverstate.h5";
string resume_filename = resume_file.str();
return resume_filename;
}
Expand Down

0 comments on commit 86cdba4

Please sign in to comment.