anijain2305 opened a new pull request #6084: URL: https://github.com/apache/incubator-tvm/pull/6084
@tqchen Issue - https://github.com/apache/incubator-tvm/issues/6064 The error earlier was for single element out of 3456 elements. I think this is because of rounding. For now, set the seed to 0 for deterministic randomness. ~~~ E Mismatched elements: 1 / 3456 (0.0289%) E Max absolute difference: 0.06574249 E Max relative difference: 0.0147059 E x: array([[[ 5.193651, 4.864939, 4.470484, ..., 4.930681, 7.165924, E 5.390878], E [ 8.217802, 8.41503 , 6.5085 , ..., 7.757606, 9.664136,... E y: array([[[ 5.193651, 4.864939, 4.470485, ..., 4.930681, 7.165924, E 5.390878], E [ 8.217802, 8.41503 , 6.508499, ..., 7.757606, 9.664135,... ~~~ ---------------------------------------------------------------- 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