You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/05/11 18:01:01 UTC

[GitHub] [tvm] areusch commented on a diff in pull request #11147: [ci][docs] Seed autotvm tutorial

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org