You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed incorrect Init logic for ESP-NN Conv2D Kernel
- Init method was initialisating a persistent buffer equal to size of OpDataConv while the correct size would be that of NodeData which is used by ESP-NN
- This had knock-on effects in other places, e.g. when running quantized MobileNetV2 model this led to the Softmax Node's beta param getting overridden.
0 commit comments