SlavikMIPT
SlavikMIPT
скорость 240мбит - для голой загрузки файла через telegram_client_x - реализуется она за счет многопоточности - для операций ввода вывода Python отпускает GIL - поэтому тут появляется выигрыш, но есть...
@chunseoklee On stm32f767 216MHz with external SDRAM person detection: ```tflite micro: Finished in 6747161us``` ```luci: Finished in 4766142us``` I had to make some modifications to make the interpreter use external...
@chunseoklee Here is data for sin(x): https://github.com/Samsung/ONE/issues/5080#issuecomment-743022914
@chunseoklee for sin(x) it's almost the same ~50us for tflite micro on internal SRAM, for keyword - the model is broken - so I was not able to convert it...
The results for STM32F767ZI 216MHz, 512kB on-chip SRAM and 128Mbit SDRAM 187MHz on FSMC **tflite micro with CMSIS_NN on external SDRAM:** ``` invokation time: 393753us ``` **luci-micro with CMSIS_NN on...
I have run some models on tflite-micro/luci-micro with cmsis-nn from https://github.com/ARM-software/ML-zoo and my own phrase recognition model (MFCC based) on STM32H743ZI Cortex-M7 MCU with 2MBytes of Flash memory, 1MB RAM,...
> > ``` > > Model | tflite-micro | luci-micro | > > ------------------------------------------------------- > > ad_small_int8 | 182721us | 2628189us > > ------------------------------------------------------- > > kws_micronet_s | 97284us |...
> I made a mistake - in the last test I did not notice that reference kernels were used (PAL has been changed after rebase ) I made a comparison...
I have compiled with correct flags, so now results are: ``` Model | tflite-micro | luci-micro | ------------------------------------------------------- kws_micronet_s | 97284us | 92275us ------------------------------------------------------- speech_recognition | 3409us | 2701us -------------------------------------------------------...
> We decided that this is `armv7em` target: #9477 do not merge this this argument is not supported by gcc: ``` valid arguments are: arm8 arm810 strongarm strongarm110 fa526 fa626...