lhutton1 commented on code in PR #12455:
URL: https://github.com/apache/tvm/pull/12455#discussion_r1001720983
##########
tests/python/contrib/test_arm_compute_lib/test_network.py:
##########
@@ -180,7 +183,12 @@ def get_model():
return mod, params, inputs
_build_and_run_network(
- *get_model(), device=device, tvm_ops=3, acl_partitions=30, atol=9,
rtol=0
+ *get_model(),
+ device=device,
+ tvm_ops=3,
+ acl_partitions=30,
+ atol=9,
+ rtol=0.01,
Review Comment:
Hmm, seems a bit odd to me since the output for this particular model should
be uint8
--
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]