mocleiri/tensorflow-micropython-examples

What are the arguments for interpreter

Closed this issue · 1 comments

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

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