Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
typo: shuold -> should
Browse files Browse the repository at this point in the history
  • Loading branch information
shesung committed Dec 27, 2018
1 parent 85f0a65 commit baab747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operator/contrib/roi_align.cc
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ He, Kaiming, et al. "Mask R-CNN." ICCV, 2017
out_shape->clear();
if (param.position_sensitive) {
CHECK_EQ(dshape[1] % (param.pooled_size[0]*param.pooled_size[1]), 0) <<
"Input channels shuold be divided by pooled_size[0]*pooled_size[1]";
"Input channels should be divided by pooled_size[0]*pooled_size[1]";
out_shape->push_back(
Shape4(bshape[0], dshape[1]/param.pooled_size[0]/param.pooled_size[1],
param.pooled_size[0], param.pooled_size[1]));
Expand Down

0 comments on commit baab747

Please sign in to comment.