espressif / esp-dl

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

Dataset used in the tutorial model (AIV-528) #97

Open 3w3rt0n opened 2 years ago

3w3rt0n commented 2 years ago

This tutorial is referencing the MNIST dataset (numbers), but in the code, "https://github.com/espressif/esp-dl/blob/master/tutorial/main/app_main.cpp" is using a Fashion MNIST item, in the variable "example_element" (line 15).