areusch commented on code in PR #11147: URL: https://github.com/apache/tvm/pull/11147#discussion_r870602683
########## gallery/tutorial/autotvm_relay_x86.py: ########## @@ -93,6 +93,7 @@ model_path = download_testdata(model_url, "resnet50-v2-7.onnx", module="onnx") onnx_model = onnx.load(model_path) +np.random.seed(0) Review Comment: can you comment why we are doing this in the file? -- 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]
