필터 지우기
필터 지우기

Warning: ONNX does not support layer 'upsampleLayer'

조회 수: 2 (최근 30일)
RonE
RonE 2021년 8월 24일
답변: RonE 2021년 8월 31일
I am getting this warning when I call exportONNXNetwork(net, filename):
Warning: ONNX does not support layer 'upsampleLayer'. Exporting to ONNX operator 'com.MathWorks.Placeholder'.
> In nnet.internal.cnn.onnx/NNTLayerConverter/makeLayerConverter (line 256)
In nnet.internal.cnn.onnx/ConverterForNetwork/networkToGraphProto (line 112)
In nnet.internal.cnn.onnx/ConverterForNetwork/toOnnx (line 44)
In nnet.internal.cnn.onnx.exportONNXNetwork (line 36)
In exportONNXNetwork (line 40)
Does this mean that my network is not exported correctly to ONNX, and I will not be able to duplicate in another application that imports the ONNX?
net is a trained network created using this example:
"The YOLO v3 detector in this example is based on SqueezeNet, and uses the feature extraction network in SqueezeNet with the addition of two detection heads at the end."

답변 (1개)

RonE
RonE 2021년 8월 31일
Anybody have any insight into this?

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

태그

제품


릴리스

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by