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

您好: 我想请问下假设我的输出是(1,256,2)也就是512个数。那么输出是什么样的,我看输出好像直接就是512个数了,那么它对于(1,256,2)的组织形式是啥样的,怎么区分或者找出这两个256呢?

如何用python脚本来制作main_pc.c中的test_x.txt和text_y.txt如何制作?用于在pc端测试

假设:有一段几秒的语音,其中有关键词在语音内,其余的都是杂音。 问题:如何找到关键词的开始位置和结束位置,并且将其识别?

filtering with frequency: 3011.479737179385 filtering with frequency: 3315.417264097293 filtering with frequency: 3644.244599611913 noisy signal is saved to: _noisy_sample.wav filtered signal is saved to: _filtered_sample.wav Reading noisy and clean speech files......

Hi: I want to ask what the nnom can support tf.reshape ?

作者大大您好,文中您写过为了在单片机上持续运行,设置timestep为1,且stateful为true,这样得到的网络在实际中取得的效果可以吗?您有对比过timestep较长如10s左右的效果吗?

Hi there, Really great to see your work on MCU~! Just wondering do you have any plans to support PyTorch model and PaddlePaddle models?

您好:我在将模型到芯片上运行后测试了下时间,输入为512个数据,cnn大约4k个权重系数 运行时间大约75ms,主频192M。不知道这个时间是否是正常的,如果想要极大缩短这个时间,是否在NNOM有什么建议呢?

我想请问下如果有“tf_op_layer_strided_slice” 当前框架能否支持

您好: 我想要知道模型推理消耗的时间,但是使用nnom_ms_get或者nnom_us_get(),得到的最终结果好像都是0. 不知道是否还需要进行别的设置或者参数修改。