sipeed / MaixPy-v1

MicroPython for K210 RISC-V, let's play with edge AI easier
https://wiki.sipeed.com/maixpy
Other
1.68k stars 439 forks source link

Can't read model from SD card #78

Closed WangFengtu1996 closed 5 years ago

WangFengtu1996 commented 5 years ago

if( mbnet.begin(kmodel_name) != 0) { Serial.println("mobile net init fail"); Serial.println(mbnet.begin(kmodel_name)); while(1); } the return Error num is -4.

Neutree commented 5 years ago