-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[REFACTOR] Refactor test_quantize.py to use Gluon API #20227
Conversation
Hey @bgawrych , Thanks for submitting the PR
CI supported jobs: [centos-cpu, windows-gpu, unix-cpu, unix-gpu, sanity, clang, windows-cpu, website, centos-gpu, edge, miscellaneous] Note: |
@mxnet-bot run ci [centos-cpu, unix-gpu, windows-cpu] |
Jenkins CI successfully triggered : [unix-gpu, windows-cpu, centos-cpu] |
@mxnet-bot run ci [centos-gpu, unix-cpu, windows-cpu] |
Jenkins CI successfully triggered : [centos-gpu, unix-cpu, windows-cpu] |
@mxnet-bot run ci [centos-gpu, unix-cpu, windows-gpu] |
Jenkins CI successfully triggered : [centos-gpu, unix-cpu, windows-gpu] |
@mxnet-bot run ci [windows-gpu] |
Jenkins CI successfully triggered : [windows-gpu] |
@mxnet-bot run ci [windows-gpu] |
Jenkins CI successfully triggered : [windows-gpu] |
@mxnet-bot run ci [windows-gpu] |
Jenkins CI successfully triggered : [windows-gpu] |
c0b9cdf
to
d9681b7
Compare
Description
Refactor
tests/python/quantization/test_quantization.py
file to uutilize Gluon API instead of symbolic.I'm enabling also flaky test for mkldnn
test_quantized_conv
as it seems to work correctly nowChecklist
Essentials