happynear / happynear/caffe-windows
new Blob<Dtype>({ 1 })
Open
- Dominant language
- C++
- Stars
- 1.3k
- Forks
- 637
- PR merge metrics
- No merged PRs in 30d
Description
in your code channel_scale_layer.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??
Contributor guide
Assessment
This issue has not been assessed yet.