简体   繁体   中英

What is DepthwiseConv2D and SeparableConv2D? How is it different from normal Conv2D layer in keras?

I was looking through the architecture of EfficientnetB0 and noticed DepthwiseConv2D operation. Did some digging and found that there's also a SeparableConv2D. What exactly are these operations?

DepthwiseConv2d performs the first step in a depthwise spatial convolution, apply convolution operation on each input channel separately.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM