Skip to content

Commit

Permalink
Merge pull request BVLC#5210 from ftokarev/patches
Browse files Browse the repository at this point in the history
Obsolete reference to `bool solver` in caffe.proto
  • Loading branch information
shelhamer authored Feb 16, 2017
2 parents d8f7953 + 3a0b6c6 commit 929135b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/caffe/proto/caffe.proto
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ message SolverParameter {
// The states for the train/test nets. Must be unspecified or
// specified once per net.
//
// By default, all states will have solver = true;
// train_state will have phase = TRAIN,
// By default, train_state will have phase = TRAIN,
// and all test_state's will have phase = TEST.
// Other defaults are set according to the NetState defaults.
optional NetState train_state = 26;
Expand Down

0 comments on commit 929135b

Please sign in to comment.