You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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??
The text was updated successfully, but these errors were encountered:
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??
The text was updated successfully, but these errors were encountered: