OpenVINO之六:转换MXNet模型

1

2 OpenVINO支持的MXNet模型

2-1 Classification models:
  • VGG-16 VGG-19
  • ResNet-152 v1
  • SqueezeNet_v1.1
  • Inception BN
  • CaffeNet
  • DenseNet-121 DenseNet-161 DenseNet-169 DenseNet-201
  • MobileNet
2-2 Object detection models:
  • SSD-ResNet-50
  • SSD-VGG-16-300
  • SSD-Inception v3
2-3 Semantic Segmentation models:
  • FCN8
2-4 Face Detection models:
  • MTCNN P-Net MTCNN N-Net MTCNN O-Net MTCNN R-Net

Lightened_moon
RNN-Transducer Repo
word_lm Repo

3 OpenVINO支持的MXNet层与其在Intermediate Representation (IR)中的对应关系

NUMBERSYMBOL NAME IN MXNET*LAYER NAME IN THE INTERMEDIATE REPRESENTATION
1BatchNormBatchNormalization
2CropCrop
3ScaleShiftScaleShift
4PoolingPooling
5SoftmaxOutputSoftMax
6SoftmaxActivationSoftMax
7nullIgnored, does not appear in IR
8ConvolutionConvolution
9DeconvolutionDeconvolution
10Activation(act_type = relu)ReLU
11ReLUReLU
12LeakyReLUReLU (negative_slope = 0.25)
13ConcatConcat
14elemwise_addEltwise(operation = sum)
15_PlusEltwise(operation = sum)
16FlattenFlatten
17ReshapeReshape
18FullyConnectedFullyConnected
19UpSamplingResample
20transposePermute
21LRNNorm
22L2NormalizationNormalize
23DropoutIgnored, does not appear in IR
24_copyIgnored, does not appear in IR
25_contrib_MultiBoxPriorPriorBox
26_contrib_MultiBoxDetectionDetectionOutput
27broadcast_mulScaleShift
28sigmoidsigmoid
29Activation (act_type = tanh)Activation (operation = tanh)
30LeakyReLU (act_type = prelu)PReLU
31LeakyReLU (act_type = elu)Activation (operation = elu)
32elemwise_mulEltwise (operation = mul)
33add_nEltwise (operation = sum)
34ElementWiseSumEltwise (operation = sum)
35_mul_scalarPower
36broadcast_addEltwise (operation = sum)
37slice_axisCrop
38CustomCustom Layers in the Model Optimizer
39_minus_scalarPower
40PadPad
41_contrib_ProposalProposal
42ROIPoolingROIPooling
43stackConcat
44swapaxisPermute
45zerosConst
45rnnTensorIterator
46rnn_param_concatConcat
47slice_channelSplit
48_maximumEltwise(operation = max)
49_minimumPower(scale=-1) + Eltwise(operation = max) + Power(scale=-1)
50InstanceNormscale * (x - mean) / sqrt(variance + epsilon) + B
51EmbeddingGather

参考资料:
1 Converting a MXNet* Model
2 Supported Framework Layers

  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值