AndrewZhaoLuo commented on a change in pull request #8069:
URL: https://github.com/apache/tvm/pull/8069#discussion_r647776502



##########
File path: tests/python/frontend/mxnet/test_forward.py
##########
@@ -1223,6 +1221,8 @@ def verify(shape, axis=1, fix_gamma=False):
 
 @tvm.testing.uses_gpu
 def test_forward_instance_norm():
+    np.random.seed(90)
+

Review comment:
       Oh ok that's an interesting idea. I had a failure where the passing rtol 
was 1.05e-5 so I'm just going to increase the tolerance.




-- 
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:
us...@infra.apache.org


Reply via email to