Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

pooled_height_ is undefined #295

Open
BirdeeChen opened this issue Dec 17, 2019 · 1 comment
Open

pooled_height_ is undefined #295

BirdeeChen opened this issue Dec 17, 2019 · 1 comment

Comments

@BirdeeChen
Copy link

make with CUDA, run into this error

src/caffe/layers/roi_pooling_layer.cu(124): error: identifier "pooled_height_" is undefined

src/caffe/layers/roi_pooling_layer.cu(124): error: identifier "pooled_width_" is undefined

@maokp
Copy link

maokp commented Dec 26, 2019

Just change the variables "pooled_height_" and "pooled_width_" to "pooled_h_" and "pooled_w_" respectively

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants