Skip to content

Commit

Permalink
Update a comment in caffe.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
ftokarev committed Jan 21, 2017
1 parent 3edfd7e commit 3a0b6c6
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 3a0b6c6

Please sign in to comment.