You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/10/22 09:14:47 UTC

[GitHub] [incubator-mxnet] Phxmark commented on issue #15788: mxnet convert to onnx: No conversion function registered for op type null yet.

Phxmark commented on issue #15788: mxnet convert to onnx: No conversion function registered for op type null yet.
URL: https://github.com/apache/incubator-mxnet/issues/15788#issuecomment-544873757
 
 
   I face the same issus too.
   And I found something in sym I use such as 
    ` {
         "op": "null", 
         "name": "data", 
         "inputs": []
       }, 
       {
         "op": "null", 
         "name": "bn_data_gamma", 
         "inputs": []
       }, 
       {
         "op": "null", 
         "name": "bn_data_beta", 
         "inputs": []
       }
   `
   how can I solve this it

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services