August 2018
Intermediate to advanced
272 pages
7h 2m
English
This new convolution block (tf.layers.separable_conv2d) consists of two main parts: a depthwise convolution layer, followed by a 1x1 pointwise convolution layer. This block differs from the normal convolution in a couple of ways:
The depthwise convolution is extremely efficient relative to standard convolution. However, it only filters input channels, and it does ...
Read now
Unlock full access