Balyshev Artem

Results 10 comments of Balyshev Artem

I have run three NN tflite models: The first one is simple model from tflite-micro hello_word example (sin(x) model), the second one is keyword model (mentioned and attached above) from...

> ``` > Model | tflite-micro | luci-micro | > ------------------------------------------------------- > ad_small_int8 | 182721us | 2628189us > ------------------------------------------------------- > kws_micronet_s | 97284us | 1771989us > ------------------------------------------------------- > speech_recognition |...

@SlavikMIPT, what do you think about adding line `-DTARGET_ARCH=armv7em` to https://github.com/Samsung/ONE/blob/fae66969d9f4b7acb5c35f0c5eb536ea76f367ab/compiler/luci-micro/CMakeLists.txt#L13-L31

To support unroll GRU model (from https://github.com/Samsung/ONE/issues/9225#issuecomment-1147521316) it is needed support Fill and Shape kernel: ![Shape_Fill](https://user-images.githubusercontent.com/43214667/172877659-50d3c983-1bf7-4ed6-89ba-dfb17e484b17.png)

Сould you tell me how I can make an onyx model with this pattern or where I can find it? I would like to try to work on this issue...

@SlavikMIPT made GRU model: [model_gru.circle.zip](https://github.com/Samsung/ONE/files/8845145/model_gru.circle.zip) I made model with UndirectionalSequenceLSTM: [model_lstm.circle.zip](https://github.com/Samsung/ONE/files/8845186/model_lstm.circle.zip)

> @BalyshevArtem @chunseoklee @lemmaa > About naming, Maybe we can be more specific, like `runtime-lite`/`micro-runtime` or something with `runtime` in the name? `runtime-lite`/`micro-runtime` are both good for me, but I...

> > If there is an appropriate example of what will be come next /lite, it will help my understanding. :) > > I think @BalyshevArtem 's `runtime-lite` would be...