vinx13 commented on a change in pull request #7795:
URL: https://github.com/apache/tvm/pull/7795#discussion_r610999188
##########
File path: python/tvm/relay/quantize/quantize.py
##########
@@ -80,7 +80,7 @@ class QConfig(Object):
"global_scale": 8.0,
"weight_scale": "power2",
"skip_dense_layer": True,
- "skip_conv_layers": [0],
+ "skip_conv_layers": None,
Review comment:
We don't need to change the default value, as skipping the first conv
seems more common
--
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]