- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @JustinMBrown
Can you please share your model with us and we can try to replicate it.
Sincerely,
Sahira
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi I have the same problem, I use NCSDK2.0.8 , Does anyone have an answer?

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page