Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

Custom layer TanH detected but not introduced to ModelOptimizer

Murugappan__Indrajit
468 Views

Hi

I'm trying to convert a caffe model to CVSDK IR file. My network has the following layers: Convolution, Inner Product, Pooling, ReLU, Softmax and TanH. As per your documentation, all the above mentioned layers are recognized by the Model Optimizer. But when I try to convert it, I get this message:

"Warning, custom layer TanH detected but not introduced to ModelOptimizer

Falling back to default layer definitions..."

Could you please tell me what might be wrong?

Thanks

0 Kudos
1 Solution
Zhen_Z_Intel
Employee
468 Views

Hi,

For current beta version of inference engine, we still do not support tanh and sigmoid activation. 

View solution in original post

0 Kudos
2 Replies
Zhen_Z_Intel
Employee
469 Views

Hi,

For current beta version of inference engine, we still do not support tanh and sigmoid activation. 

0 Kudos
Murugappan__Indrajit
468 Views

Thank you for your reply

0 Kudos
Reply