ARM-software / ML-KWS-for-MCU

Keyword spotting on Arm Cortex-M Microcontrollers
Apache License 2.0
1.13k stars 417 forks source link

Problem with the DS-CNN model #137

Open wangohaha opened 4 years ago

wangohaha commented 4 years ago

separable_convolution2d Is it equivalent to ds-cnn? why add convolution2d in the back of separable_convolution2d model?

saichand07 commented 4 years ago

Depthwise cnn architecture is different, check out this (https://arxiv.org/abs/1704.04861) you will get a clear idea.