Search found 2 matches
- Tue Jun 04, 2024 10:35 pm
- Forum: General Discussion
- Topic: esp-dl model conversion issues: current model not supported by esp-dl
- Replies: 0
- Views: 476
esp-dl model conversion issues: current model not supported by esp-dl
I have been trying for a bit to get a basic CNN deployed onto my esp32s3, but it seems no matter how I configure my CNN there always ends up being a matmul left in my model after optimizing the onnx. I have tried following a variety of guides, this one specifically: https://blog.espressif.com/hand-g...
- Thu May 30, 2024 10:53 pm
- Forum: General Discussion
- Topic: Issues Deploying Custom Model to ESP32s3 due to Dimension Issue
- Replies: 0
- Views: 539
Issues Deploying Custom Model to ESP32s3 due to Dimension Issue
Hello, I am currently trying to use the Esp-dl [Manual Model Quantization and Deployment Guide]( https://docs.espressif.com/projects/esp-dl/en/latest/esp32/tutorials/deploying-models.html ) in order to deploy a custom CIFAR10 CNN model onto an ESP32s3. I am running into an assert error in my first C...