Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Onnx Emitter has not supported operator [MatMul] [Shape] [Square] [Sum] [Maximum] [Rsqrt] #921

Open
zhou-zhiyuan opened this issue May 12, 2021 · 1 comment

Comments

@zhou-zhiyuan
Copy link

zhou-zhiyuan commented May 12, 2021

Platform (like ubuntu 16.04):

Python version:

Source framework with version ( Tensorflow 1.4.0):

Destination framework with version (like onnx 1.7.0):

Pre-trained model path (model_squeezenet.pb):

Running scripts:
mmconvert -sf tensorflow -iw model_squeezenet.pb --inNodeName input --inputShape 160,160,3 --dstNodeName embeddings -df onnx -om model_squeezenet.onnx

log:


OnnxEmitter has not supported operator [MatMul].
squeezenet/Bottleneck/MatMul
OnnxEmitter has not supported operator [Shape].
squeezenet/Bottleneck/BatchNorm/Shape
OnnxEmitter has not supported operator [Square].
embeddings/Square
OnnxEmitter has not supported operator [Sum].
embeddings/Sum
OnnxEmitter has not supported operator [Maximum].
embeddings/Maximum
OnnxEmitter has not supported operator [Rsqrt].
embeddings/Rsqrt


@zhou-zhiyuan zhou-zhiyuan changed the title Onnx Emitter has not supported operator Onnx Emitter has not supported operator [MatMul] [Shape] [Square] [Sum] [Maximum] [Rsqrt] May 12, 2021
@wangxudong-cq
Copy link

any update,i have the same issue:

OnnxEmitter has not supported operator [ConvTranspose].
upscore2
OnnxEmitter has not supported operator [Crop].
score_pool4c
OnnxEmitter has not supported operator [ConvTranspose].
upscore_pool4
OnnxEmitter has not supported operator [Crop].
score_pool3c
OnnxEmitter has not supported operator [ConvTranspose].
upscore8
OnnxEmitter has not supported operator [Crop].
score

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants