Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Commit

Permalink
[dimension-fix] dimension order (refer #43)
Browse files Browse the repository at this point in the history
  • Loading branch information
hotpxl committed Jul 28, 2015
1 parent f01426f commit 151962a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minerva/narray/convolution.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ ImageBatch Convolution::PoolingForward(ImageBatch src, PoolingInfo info) {
--pooled_width;
}
Scale new_size {
pooled_height,
pooled_width,
pooled_height,
src.GetNumFeatureMaps(),
src.GetNumImages()
};
Expand Down

0 comments on commit 151962a

Please sign in to comment.