-
A ARM possui uma biblioteca para redes neurais em uC da família CortexM, vamos explorar isso?
https://arm-software.github.io/CMSIS_5/NN/html/index.html
-
我使用了CMSIS-NN,在 port.h中也开启了,并且版本都是符合的,但是在实验中,使用了NN却没有提升太多的速度,比如不使用预测需要230 tick,使用后变为190 tick, 而在我自己写的神经网络中,不使用NN预测需要70 tick,使用后变为51 tick。 使用的硬件为stm32f407zet6,环境都是搭好的,rt-thread中1s 1000tick
-
Hello Guys,
please is there any means to find out the version of CMSIS-NN or is there any tag, flag indicating what version NN is available?
Thank you.
-
Hi,
It seems that CMSIS-NN has new versions like [v3.1+](https://arm-software.github.io/CMSIS_5/NN/html/index.html).
Is there any chance for NNoM to support newer CMSIS-NN?
Regards,
yf13
-
**Failing scalar tests (on X86):**
- [ ] test_muriscv_nn_grouped_convolve_s8 (Failed)
- [ ] test_muriscv_nn_lstm_unidirectional_s8 (Failed)
- [ ] test_muriscv_nn_convolve_1_x_n_s8 (Subprocess abort…
-
Let's make a plan(by Sep) for quantized(s8/s16) kernel.
AFAIU, the master branch supports :
- S8 Add
- S8 AveragePool2D
- S8 Mul
- S8 Conv2D
- S8 MaxPool2D
- S8 AveragePool2D
- S8 and S1…
-
Hello,
I want to port this project to the particle photon, which is a arduino-like mcu. https://docs.particle.io/photon/
However, during compilation, the arm_math.h is having some problems.
Is …
-
Umbrella issue for modules which may require an update before Zephyr 4.0.
- [ ] https://github.com/zephyrproject-rtos/acpica (@najumon1980)
- [x] https://github.com/zephyrproject-rtos/babblesim-ma…
-
In the arm_covsolution_s8 function, why are two functions arm_nn_mat_mul_core_4x_s8 and arm_nn_mat_mult_s8 used separately when padded = 0 or padded = 1?
-
Hi,
I have seen the build steps for building CMSIS-DSP library at "Building only the CMSIS-DSP library" [https://github.com/ARM-software/CMSIS_5/blob/develop/CMSIS/DSP/README.md](url) . I assume it…