mocleiri / tensorflow-micropython-examples

A custom micropython firmware integrating tensorflow lite for microcontrollers and ulab to implement the tensorflow micro examples.
MIT License
170 stars 79 forks source link

What are the arguments for interpreter #47

Closed MATTYGILO closed 2 years ago

MATTYGILO commented 2 years ago

Hi I was wondering what each parameter means?

interp = microlite.interpreter(micro_speech_model, 8 * 1024, input_callback, output_callback)

Thanks I'm pretty new to micrpython and uncertain what each parameter means

MATTYGILO commented 2 years ago

Actually it's fine I've found out that 8*1024 is the arena size.