This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
MXNet crashes while trying load ONNX model #13138
Comments
Hi @movchan74 , @mxnet-label-bot [ONNX, Bug] |
It is worth to mention that model works with mxnet==1.2.1.post1 but only for batch size 1. For batch size, more than one an error is the same. |
Was able to reproduce with latest MXNet (1.4.0b20181123) and ONNX 1.3.0. Bouncing this @Roshrini @vandanavk can you guys check out this error and see if you can help? |
@movchan74 @lupesko Working on this. Will have an update soon. |
Fix with PR #13604 doesnt fix all the models. Reopening this issue |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
MXNet crashes when I'm trying load ONNX model. The model is SE-ResNet50 that was converted from pytorch.
Environment info (Required)
Package used (Python/R/Scala/Julia):
I'm using mxnet==1.3.0.post0, pytorch==0.4.0, onnx==1.3.0
Error Message:
Minimum reproducible example
The model as ONNX file: https://drive.google.com/file/d/1M8i8n8hWs6wP8eCERKcc3rORUGHq4ghw/view?usp=sharing
The code to reproduce error:
To reproduce the model:
model definition: /~https://github.com/movchan74/pretrained-models.pytorch
the code to convert to ONNX
The text was updated successfully, but these errors were encountered: