Recognize ConvolutionDepthwise as Convolution
This commit is contained in:
parent
d8ffddd075
commit
7a3cb2280b
@ -379,6 +379,10 @@ public:
|
||||
layerParams.blobs[1].setTo(1); // std
|
||||
}
|
||||
}
|
||||
else if ("ConvolutionDepthwise" == type)
|
||||
{
|
||||
type = "Convolution";
|
||||
}
|
||||
|
||||
int id = dstNet.addLayer(name, type, layerParams);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user