Skip to content

Commit

Permalink
fix spelling error in caffe.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
longjon committed Sep 14, 2014
1 parent d54846c commit e294f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/caffe/proto/caffe.proto
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ message SolverParameter {
optional float momentum = 11; // The momentum value.
optional float weight_decay = 12; // The weight decay.
// regularization types supported: L1 and L2
// controled by weight_decay
// controlled by weight_decay
optional string regularization_type = 29 [default = "L2"];
optional int32 stepsize = 13; // the stepsize for learning rate policy "step"
optional int32 snapshot = 14 [default = 0]; // The snapshot interval
Expand Down

0 comments on commit e294f6a

Please sign in to comment.