Skip to content

Conversation

@keerthanss
Copy link

The param ceil_mode was proposed in BVLC/caffe#3057 , but never merged. Its replacement, BVLC/caffe#6282 , fulfills the same need with some syntactic variance. The param is now called "round_mode" and it is an enum, instead of a boolean. This commit modifies the files accordingly.

This will allow usage of the models without having to modify Caffe code, addressing #1, #6, as well as averting issues like #15.

ceil_mode was proposed in BVLC/caffe#3057 , but never merged. Its replacement, BVLC/caffe#6282 , fulfils the same need with some syntactic variance. The param is now called "round_mode" and it is an enum, instead of a boolean. This commit modifies the files accordingly.
@mrgransky
Copy link

Getting an error with both ceil_mode: false and round_mode:FLOOR for caffe-gpu installed via anaconda, as explained #37.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants