esp-dl icon indicating copy to clipboard operation
esp-dl copied to clipboard

Logistic (sigmoid) activation (AIV-481)

Open dankal444 opened this issue 3 years ago • 3 comments

Hi Is it possible to have logistic (sigmoid) function activation in esp-dl?

Can't find it in layers or nn folders. It is quite popular activation function, so I guess you must have some recipe how to implement it.

dankal444 avatar Dec 23 '21 11:12 dankal444

Sure, We will add the related nonlinear functions recently

TiramisuJ avatar Dec 23 '21 11:12 TiramisuJ

I want it too! used to solve a multi-label image classification problem.

red-stream avatar Jan 10 '22 07:01 red-stream

Hi All, I need to convert a model which contains the following layers: Sigmoid, Resize, Pow in order to run it on esp32-s3-eye. Those layers currently aren't supported on esp-dl. How do one add new layer types so that the calibrator in the quantization tool will support the above layers? I've tried but got to this "calibrator.pyd" file which I can't edit. Any workarounds?

Thx in advance, Jonathan

jonathanMerlingPal avatar Sep 14 '22 07:09 jonathanMerlingPal