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/03/05 00:36:03 UTC

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #14275: Register fake grad to subgraph and quantized operators

anirudh2290 commented on a change in pull request #14275: Register fake grad to subgraph and quantized operators
URL: https://github.com/apache/incubator-mxnet/pull/14275#discussion_r262295140
 
 

 ##########
 File path: src/operator/quantization/quantize.cc
 ##########
 @@ -82,6 +82,9 @@ where
 .set_attr<mxnet::FInferShape>("FInferShape", QuantizeShape)
 .set_attr<nnvm::FInferType>("FInferType", QuantizeType)
 .set_attr<FInferStorageType>("FInferStorageType", QuantizeStorageType)
+// TODO(Xinyu): a temp solution to enable GluonCV INT8 flow,
+// will be reverted after the improvement of CachedOP is done.
 
 Review comment:
   is this currently WIP ? can you open an issue for this 

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