alanmacd commented on code in PR #13752:
URL: https://github.com/apache/tvm/pull/13752#discussion_r1087307499
##########
tests/python/relay/strategy/arm_cpu/test_quantized_convolution.py:
##########
@@ -95,6 +95,56 @@ def _get_mobilenet_v1_layer_attributes(layer_num):
return ((1, 1, 1, 1), (1, 1), True)
[email protected]("layer", range(2, 27, 2))
+def test_infinite_bias_detection(interpreter, layer):
+ """Some models (mainly MobileNetV1) have kernels with many output channels
full entirely of
+ zeroes. The VWW mdoel is one of these. This test confirms that the outputs
of these channels,
Review Comment:
nit: model
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]