espressif / esp-dl

Espressif deep-learning library for AIoT applications
MIT License
548 stars 118 forks source link

Sources of deep learning lib (AIV-395) #39

Closed maartenvds closed 3 years ago

maartenvds commented 3 years ago

Hi there. I see that you provide pre-compiled .a files for the deep learning layer implementations (like convolutions etc...). Is the reason for this to keep the code proprietary or rather for convenience? I'm interested in extending/modifying the supported layer list for running custom models, but without code to start with, it is going to be difficult. It would be nice if you would consider releasing the sources for the open source community too.

yehangyang commented 3 years ago

Hi, @maartenvds

Sorry for the late reply. For some reason, some code is not exposed. If you are interested in customizing the model, please check the temporary branch esp-dl/v2_alpha. There is a tutorial, which may help you.

Best Regards.