ML-KWS-for-MCU
ML-KWS-for-MCU copied to clipboard
Problem with the DS-CNN model
separable_convolution2d Is it equivalent to ds-cnn? why add convolution2d in the back of separable_convolution2d model?
Depthwise cnn architecture is different, check out this (https://arxiv.org/abs/1704.04861) you will get a clear idea.