happynear / caffe-windows

Configure Caffe in one hour for Windows users.
Other
1.32k stars 650 forks source link

new Blob<Dtype>({ 1 }) #307

Open gjj123 opened 5 years ago

gjj123 commented 5 years ago

in your code channel_scalelayer.cpp, this->blobs[0].reset( new Blob({ 1 }) ) I complie project with VS2013, error C2660 input error? why the input is "1" not a shape vector??