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 2018/10/23 07:42:59 UTC

[GitHub] lihaofd opened a new pull request #12922: Support Quantized Fully Connected

lihaofd opened a new pull request #12922: Support Quantized Fully Connected
URL: https://github.com/apache/incubator-mxnet/pull/12922
 
 
   ## Description ##
   In this PR, it created quantized fully connected op by using int8 gemm
   @pengzhao-intel, @TaoLv , @ciyongch 
   
   ## Feature changes ##
   ### New features ###
   - Support quantized fully connected op by using int8 gemm
   - Support int8 bias by using beta offset
   
   ### Unit-test changes ###
   - Update testcase test_quantized_fc in tests/python/quantization/test_quantization.py
   - Check consistency with original mx.sym.FullyConnected implementation.
   
   ## Checklist ##
    - [X] Passed code style checking (make lint).
    - [X] All changes have test coverage.
    - [ ] Code is well-documented.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services