What type of pooling do CNNs use in edge impulse?
I tried searching the internet and the forum, but no luck.
I assume the staff would know.
Thanks
What type of pooling do CNNs use in edge impulse?
I tried searching the internet and the forum, but no luck.
I assume the staff would know.
Thanks
Hello @nkklobodu,
We use MaxPooling2D
with the 2D convolution layers (and MaxPooling1D
for 1D conv layers). You can switch to the expert mode and see the equivalent Keras code:
Feel free to change it in the expert mode if needed.
Best,
Louis