Open wangxiaofanw opened 4 years ago
Can this trained model convert to onnx ? when i convert , i face the problem: No conversion function registered for op type _contrib_AdaptiveAvgPooling2D yet.
No conversion function registered for op type _contrib_AdaptiveAvgPooling2D yet.
How about using mxnet.gluon.nn.GlobalAvgPool2D while loading model for converting to onnx?
mxnet.gluon.nn.GlobalAvgPool2D
Can this trained model convert to onnx ? when i convert , i face the problem:
No conversion function registered for op type _contrib_AdaptiveAvgPooling2D yet.