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.
6403 Discussions

Toolkit Error: Stage Type Not Supported: Elu

idata
Employee
710 Views

I'm using code that looks like this:

 

output = tf.layers.conv2d( input, 16, (1, 1), name='output', activation=tf.nn.elu, kernel_regularizer=tf.nn.l2_normalize, padding='same')

 

When I compile a model with "tf.nn.elu" using mvNCCompile I get this error:

 

Toolkit Error: Stage Type Not Supported: Elu

 

However if I use tf.nn.relu, mvnCCompile compiles the model just fine.

 

This is weird, because according to the documentation "ELU" is supported:

 

https://github.com/movidius/ncsdk/releases

 

I'm on the latest release, NCSDK v2.10.01.01

0 Kudos
2 Replies
idata
Employee
428 Views

Hi @JustinMBrown

 

Can you please share your model with us and we can try to replicate it.

 

Sincerely,

 

Sahira
0 Kudos
SCUNY
Beginner
428 Views

Hi I have the same problem, I use NCSDK2.0.8 , Does anyone have an answer?

0 Kudos
Reply