Commit c8fc8d21 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #12713 from antonioborondo:depthwise_convolution

parents d8ffddd0 7a3cb228
...@@ -379,6 +379,10 @@ public: ...@@ -379,6 +379,10 @@ public:
layerParams.blobs[1].setTo(1); // std layerParams.blobs[1].setTo(1); // std
} }
} }
else if ("ConvolutionDepthwise" == type)
{
type = "Convolution";
}
int id = dstNet.addLayer(name, type, layerParams); int id = dstNet.addLayer(name, type, layerParams);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment