-
Notifications
You must be signed in to change notification settings - Fork 6.8k
No conversion function registered for op type BlockGrad yet #12682
Comments
@mxnet-label-bot [ONNX, Operator] |
Thank you for reporting this issue @zhengyi2015mi. Could you share the model you used for testing? Are there any other operators that are giving such errors? Please share details of those operators too (if any). |
@zhengyi2015mi Can you provide a snippet of your model code in order to debug this issue ? |
PR #12946 |
@vandanavk @Roshrini I tried ONNX both from For your reference, the model that I'm trying to convert to ONNX is here ( And, the guide that I followed for converting MXNet model to ONNX is: |
@GokulNC Can you check MXNet version you are using? Could you try latest master branch while installing from source? Or try to get latest nightly build through pip as follows: |
Thanks, that helped! It seems the binaries in |
When I transform my mxnet model to onnx model, I met the following error:
Here is my *-symbol.json file:
The text was updated successfully, but these errors were encountered: