caffe-windows
caffe-windows copied to clipboard
new Blob<Dtype>({ 1 })
in your code channel_scale_layer.cpp, this->blobs_[0].reset( new Blob<Dtype>({ 1 }) ) I complie project with VS2013, error C2660 input error? why the input is "1" not a shape vector??