提交 89221d0d authored 作者: affanv14's avatar affanv14 提交者: Arnaud Bergeron

small docfix for separable conv2d

上级 5610840c
...@@ -569,7 +569,7 @@ def separable_conv2d(input, ...@@ -569,7 +569,7 @@ def separable_conv2d(input,
Set of filters used depthwise convolution layer of shape Set of filters used depthwise convolution layer of shape
(depthwise output channels, 1, filter rows, filter columns). (depthwise output channels, 1, filter rows, filter columns).
depthwise_filters: symbolic 4D tensor pointwise_filters: symbolic 4D tensor
Set of filters used pointwise convolution layer of shape Set of filters used pointwise convolution layer of shape
(output channels, depthwise output channels, 1, 1). (output channels, depthwise output channels, 1, 1).
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论