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/04/27 18:13:31 UTC

[GitHub] [tvm] driazati opened a new pull request, #11147: [ci][docs] Seed autotvm tutorial

driazati opened a new pull request, #11147:
URL: https://github.com/apache/tvm/pull/11147

   The runtime on this one varies a lot, so this tries adding a seed to get it consistent
   
   Thanks for contributing to TVM!   Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from [Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers) by @ them in the pull request thread.
   


-- 
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


[GitHub] [tvm] github-actions[bot] commented on pull request #11147: [ci][docs] Seed autotvm tutorial

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #11147:
URL: https://github.com/apache/tvm/pull/11147#issuecomment-1117975770

   It has been a while since this PR was updated, @areusch @mbaret please leave a review or address the outstanding comments. @driazati if this PR is still a work in progress, please [convert it to a draft](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request#converting-a-pull-request-to-a-draft) until it is ready for review.


-- 
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


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

Posted by GitBox <gi...@apache.org>.
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


[GitHub] [tvm] areusch merged pull request #11147: [ci][docs] Seed autotvm tutorial

Posted by GitBox <gi...@apache.org>.
areusch merged PR #11147:
URL: https://github.com/apache/tvm/pull/11147


-- 
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