提交 5cd67264 authored 作者: affanv14's avatar affanv14

add info about point-wise convolutions

上级 643b1248
...@@ -984,7 +984,8 @@ Separable Convolutions ...@@ -984,7 +984,8 @@ Separable Convolutions
Separable convolutions consists of two consecutive convolution operations. Separable convolutions consists of two consecutive convolution operations.
First is depth-wise convolutions which performs convolutions separately for First is depth-wise convolutions which performs convolutions separately for
each channel of the input. The output of this operation is the given as input each channel of the input. The output of this operation is the given as input
to point-wise convolutions which mixes the channels to give the final output. to point-wise convolutions which is a special case of general convolutions with
1x1 filters. This mixes the channels to give the final output.
As we can see from this diagram, modified from `Vanhoucke(2014)`_ [#]_, depth-wise As we can see from this diagram, modified from `Vanhoucke(2014)`_ [#]_, depth-wise
convolutions is performed with :math:`c2` single channel depth-wise filters convolutions is performed with :math:`c2` single channel depth-wise filters
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论