Closed ozanoner closed 1 year ago
Hi @ozanoner does disabling optimisations work as expected for you? If it does, please apply a patch to esp-nn mentioned here and share you observation if the issue is fixed.
Thank you! I confirm that the example works with NN optimisations disabled ( (Top) → ESP-NN → Optimization for nn functions ) and fix_mismatch.patch applied.
The _helloworld example doesn't seem working on ESP-BOX-LITE (esp32-s3) as supposed. the result of the inference is always the same for all inputs. The example is a bit modified to show the y_quantized value.
y_value: 1.0420598*2^0 y_quantized: 127
The same example works on ESP32-C3-DevKitM-1 v1.0 without an issue: