nnom icon indicating copy to clipboard operation
nnom copied to clipboard

A higher-level Neural Network library for microcontrollers.

Results 88 nnom issues
Sort by recently updated
recently updated
newest added

``` Traceback (most recent call last): File "C:\Users\auma-\anaconda3\envs\noise_reduce\lib\runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\auma-\anaconda3\envs\noise_reduce\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "c:\Users\auma-\.vscode\extensions\ms-python.python-2021.4.765268190\pythonFiles\lib\python\debugpy\__main__.py", line 45, in cli.main()...

你好,请教下本工程可能转到安卓使用么

When I used nnom to transform my model into c source file, it failed to generate the model because of KeyError (could not find correct layer name). I've checked my...

Hi. I'm currently working around with tricore platform and trying to implement nnom on tc26x/tc37x. When porting I encountered forward declaration errors with typedef in `nnom.h`. For example, in line...

还有建议做成arduino库,用的人会超级多

Running into the following error while trying to use `nnom.generate_model(model, test_data)` ``` Traceback (most recent call last): File "C:/Users/Technerder/Dev/TimeSeriesClassification/train_lstm_1d.py", line 60, in nnom.generate_model(model, test_data) File "C:\Users\Technerder\Dev\TimeSeriesClassification\nnom.py", line 746, in generate_model...

I managed to get the keyword_spotting example running on ESP32 (ESP32-PICO-D4 of M5StickC), as a MicroPython module. It works great, except that sometimes it crashes in tensor_size(). Here is the...

Hi, I am seeing the difference in outputs of rnn-denoise for a noisy input file, when I compile with default provided "weights.h" file and "denoise_weights.h" file. The Weights.h file has...

### Results of mfcc in main.c is different from that in python with the same setting. I give the same input(512 zero samples.) to the 'mfcc‘ api in main.c and...

To use RNN layers, must define `NNOM_TUNCATE` in `nnom_port.h` to use 'floor' instead of 'round' in backend ops. Problem seems related to `NNOM_ROUND()` in `local_mult_q15()` and `local_fully_connected_mat_q7_vec_q15()` Same as ARM...