What are the arguments for interpreter
Closed this issue · 1 comments
MATTYGILO commented
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
Actually it's fine I've found out that 8*1024 is the arena size.