Skip to content

Commit

Permalink
Merge pull request #3185 from knorth55/fix-typo
Browse files Browse the repository at this point in the history
fix typo in ROIPooling2D
  • Loading branch information
okuta committed Aug 20, 2017
2 parents cefc954 + d8f5df9 commit 2de0c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainer/functions/pooling/roi_pooling_2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def forward_gpu(self, inputs):
}
top_data = maxval;
argmax_data = maxidx;
''', 'roi_poolig_2d_fwd'
''', 'roi_pooling_2d_fwd'
)(bottom_data, self.spatial_scale, channels, height, width,
self.outh, self.outw, bottom_rois, top_data,
self.argmax_data)
Expand Down

0 comments on commit 2de0c34

Please sign in to comment.