anirudhacharya opened a new pull request #10472: [MXNET-106] [ONNX_MXNet] 
Change parameter names in imported model
URL: https://github.com/apache/incubator-mxnet/pull/10472
 
 
   ## Description
   
   This PR fixes the names of inputs parameters in the imported model. 
   
   Previously the imported model had input parameter names like - input_0, 
param_0, param_1 etc.. This PR changes it to use the same names as in the ONNX 
model file. While the current format works fine, this change was done to remain 
consistent with the ONNX tool chain. So that users moving between frameworks 
will not have to encounter different input and parameter names in their models.
   
   ## Checklist ##
   ### Essentials ###
   Please feel free to remove inapplicable items for your PR.
   - [ ] The PR title starts with [MXNET-$JIRA_ID], where $JIRA_ID refers to 
the relevant [JIRA issue](https://issues.apache.org/jira/projects/MXNET/issues) 
created (except PRs with tiny changes)
   - [ ] All changes have test coverage:
   - [ ] To the my best knowledge, examples are either not affected by this 
change, or have been fixed to be compatible with this change
   

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


With regards,
Apache Git Services

Reply via email to