I am running micropython code from this repo tensorflow-micropython-examples. I print the mem info before invoking the interpreter interpreter.invoke()
GC: total: 4098240, used: 2251528, free: 1846712
No. of 1-blocks: 26462, 2-blocks: 99, max blk sz: 67725, max free sz: 115420
mem_info: None
However I get the following error which makes no sense as I have sufficient memory and the interpreter was successfully loaded in
Guru Meditation Error: Core 1 panic'ed (InstrFetchProhibited). Exception was unhandled.