-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AUTOTVM][DOCS] Add a link to the defining network description of auto-tuning tutorial #4023
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…of building NN with relay
tqchen
reviewed
Sep 27, 2019
tutorials/autotvm/tune_relay_x86.py
Outdated
@@ -39,9 +39,12 @@ | |||
# First we need to define the network in relay frontend API. | |||
# We can load some pre-defined network from :code:`relay.testing`. | |||
# We can also load models from MXNet, ONNX and TensorFlow. | |||
# Alternatively, we can `build a Graph Convolutional Network (GCN) with Relay | |||
# <https://docs.tvm.ai/tutorials/frontend/build_gcn.html#building-a-graph-convolutional-network>` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use internal restructured text anchors for refering to something inside the doc
…of building NN with relay
Thanks for suggestion, I have improved it, please help to review it again. many thanks, |
comaniac
approved these changes
Sep 28, 2019
wweic
pushed a commit
to wweic/tvm
that referenced
this pull request
Sep 30, 2019
…o-tuning tutorial (apache#4023) * [AUTOTVM][DOCS] Add a link to autoTVM tutorial to direct the details of building NN with relay * [AUTOTVM][DOCS] Add a link to autoTVM tutorial to direct the details of building NN with relay
wweic
pushed a commit
to wweic/tvm
that referenced
this pull request
Sep 30, 2019
…o-tuning tutorial (apache#4023) * [AUTOTVM][DOCS] Add a link to autoTVM tutorial to direct the details of building NN with relay * [AUTOTVM][DOCS] Add a link to autoTVM tutorial to direct the details of building NN with relay
wweic
pushed a commit
to neo-ai/tvm
that referenced
this pull request
Oct 1, 2019
…o-tuning tutorial (apache#4023) * [AUTOTVM][DOCS] Add a link to autoTVM tutorial to direct the details of building NN with relay * [AUTOTVM][DOCS] Add a link to autoTVM tutorial to direct the details of building NN with relay
petrex
added a commit
to petrex/tvm
that referenced
this pull request
Oct 29, 2019
* master: Fix split's last factor issue (apache#4044) [COMMUNITY] ajtulloch -> committer (apache#4043) [TOPI]Add op argwhere (apache#3994) [topi] add ARM v8.2 udot (uint8) support (apache#3978) [COMMUNITY] anijain2305 -> reviewer (apache#4036) [QNN] Renaming dense operator. (apache#4033) [Relay][Compile_engine] Int64 shape handling for outputs. (apache#4031) Add dmlc-core to the list of installed header directories. (apache#4035) [ARITH] migrate indexdiv/mod to floordiv/mod (apache#4008) [Relay] Move prelude to text format (apache#3939) make tvm compilable by gcc 4.9.2 (apache#4032) [AUTOTVM][DOCS] Add a link to the defining network description of auto-tuning tutorial (apache#4023) [ARITH] cleanup the indexmod/div on python side (apache#4028) [Fix] Add more pad_mode support for onnx converter (apache#4029) Add parser support for ReLU tflite operator (apache#4022) Additional MXNet Convolution and Deconvolution tests (apache#4026) docs: minor spelling tweaks (apache#4027)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi @kevinthesun @comaniac
Follow our discussion at tvm forum, I add a link to the autoTVM tutorial to direct the details of building NN with relay. I would appreciate if you can help to review/merge it, thanks.