sewardto commented on issue #4972: Performance regression of quantization on CUDA after [Relay][AutoTVM] Relay op strategy (#4644) URL: https://github.com/apache/incubator-tvm/issues/4972#issuecomment-593748478 Thank you for your reply. Here's the code of quantize: ``` def quantize(mod, params): with relay.quantize.qconfig(calibrate_mode='kl_divergence', weight_scale='max'): mod = relay.quantize.quantize(mod, params, dataset=calibrate_dataset()) return mod ``` I didn't change any code in tvm.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
