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

左心房为你撑大大i 提交于 2021-01-04 03:12:48

问题


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?

来源:https://stackoverflow.com/questions/61967172/what-is-depthwiseconv2d-and-separableconv2d-how-is-it-different-from-normal-con

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!