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

[Informal] Supported/Unsupported Tensorflow layer - Cause etc. of "out of range exception ..."

idata
Employee
669 Views

If Tensorflow learning data contains an unsupported layer, an exception such as "out of range exception …" occurs when mvNNCompile is executed.

 

I checked the NCSDK v2.05 API of Tensorflow parser and found the following support status.

 

◆Supported Tensorflow layer Parser

 

Placeholder

 

Conv2D

 

MaxPool

 

AvgPool

 

Relu

 

BiasAdd

 

Concat

 

ConcatV2

 

Identity

 

Slice

 

Add

 

Mul

 

Sub

 

LRN

 

Softmax

 

FusedBatchNorm

 

Reshape

 

Pad

 

Maximum

 

RealDiv

 

◆Unsupported Tensorflow layer Parser

 

ELU

 

PReLU

 

InnerProduct

 

Dropout

 

Scale

 

Custom layer

 

I hope to support all layers.

0 Kudos
1 Reply
idata
Employee
410 Views

I found the softmax layer cost a lot of time in ncsdk 1.12,

0 Kudos
Reply