anko-intel opened a new pull request, #21079:
URL: https://github.com/apache/incubator-mxnet/pull/21079

   ## Description ##
   It fixes overflow issue which sometimes happenes giving negative scales.
   
   ## Checklist ##
   ### Essentials ###
   - [ ] PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL], 
[FEATURE], [DOC], etc)
   - [ ] Changes are complete (i.e. I finished coding on this PR)
   - [ ] All changes have test coverage
   - [ ] Code is well-documented
   
   ## Note ##
   Simple way to reproduce the bug: 
   MXNET_TEST_SEED=970044477 pytest 
tests/python/dnnl/subgraphs/test_fc_subgraph.py::test_add_quantized[ele_add-no_broadc-nore-full-none-int8]
   but with modyfied shape to 
    ` data_shape = (4,6)`


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to