espressif / esp-dl

Espressif deep-learning library for AIoT applications
MIT License
516 stars 115 forks source link

it shows the error "bin may be padded larger" while using at esp32s3-korvo-2 (AIV-569) #109

Closed jiwenfei closed 1 year ago

jiwenfei commented 1 year ago

I trained a simple network like image and it is slim and quantized, then i rebuild the model following your instructions step by step. like: image

and the csv is image

it show errors like :

image

and my idf's version is esp-idf-v4.4.3

jiwenfei commented 1 year ago

and when it launch at the board, like: image

it display noting, while my code is image

alibukharai commented 1 year ago

@jiwenfei I tried the mentioned example. Its works fine.

  1. The issue is not related to memory. According to your logs, the total size is around 2.3MB.
  2. By default, the console is USB selected, which means the logs can only be printed using a USB port instead of UART.
  3. I suggest you check the configuration using idf.py menuconfig -> Component config ->esp system settings ->channel for console output --> Default: UART0 if using the UART port on your board, and it's working.

微信截图_20230111102517

jiwenfei commented 1 year ago

Ths. It's ok when i follow your suggestion 3.