Skip to content

Commit

Permalink
Merge pull request #4941 from karas84/caffe-pr
Browse files Browse the repository at this point in the history
corrected typo in accuracy_layer.hpp: MaxTopBlos -> MaxTopBlobs
  • Loading branch information
jeffdonahue committed Nov 1, 2016
2 parents 74f1fc2 + 0d20df5 commit efe1732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/caffe/layers/accuracy_layer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class AccuracyLayer : public Layer<Dtype> {
// If there are two top blobs, then the second blob will contain
// accuracies per class.
virtual inline int MinTopBlobs() const { return 1; }
virtual inline int MaxTopBlos() const { return 2; }
virtual inline int MaxTopBlobs() const { return 2; }

protected:
/**
Expand Down

0 comments on commit efe1732

Please sign in to comment.