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/07/24 01:05:57 UTC

[GitHub] [incubator-mxnet] haohuanw opened a new pull request #15645: [WIP] handle fix_gamma in tensorrt subgraph conversion correctly

haohuanw opened a new pull request #15645: [WIP] handle fix_gamma in tensorrt subgraph conversion correctly
URL: https://github.com/apache/incubator-mxnet/pull/15645
 
 
   ## Description ##
   the current nnvm->onnx->tensorrt conversion is ignoring the fix_gamma field for batch norm layer. This commit tries to solve this particular issue by providing a way to massage params map before convert nnvm to onnx.
   
   ## Checklist ##
   ### Essentials ###
   Please feel free to remove inapplicable items for your PR.
   - [ x ] Changes are complete (i.e. I finished coding on this PR)
   - [ ] All changes have test coverage:
     - I verified it locally but still missing a proper unit test for it.
   - [ x ] Code is well-documented: 
   - [ x ] To the my best knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change
   
   ### Changes ###
   - [ x ] Add "Preprocess" step in nnvm->onnx conversion where allow modifying param map
   
   ## Comments ##
   This is a bug fix for tensor rt subgraph conversion
   

----------------------------------------------------------------
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