[tvmc][docs] Getting started tutorial for TVMC#6597
Merged
comaniac merged 4 commits intoapache:masterfrom Oct 2, 2020
leandron:tvmc_tutorial
Merged
[tvmc][docs] Getting started tutorial for TVMC#6597comaniac merged 4 commits intoapache:masterfrom leandron:tvmc_tutorial
comaniac merged 4 commits intoapache:masterfrom
leandron:tvmc_tutorial
Conversation
* Include a tutorial, demonstrating basic capabilities of TVMC, by executing a full pipeline (tune, compile, run) on a ResNet-50 model. Co-authored-by: Matthew Barrett <matthew.barrett@arm.com>
comaniac
requested changes
Sep 30, 2020
Contributor
comaniac
left a comment
There was a problem hiding this comment.
Thanks for the work!
Also cc @masahi @tmoreau89 @tqchen
tkonolige
reviewed
Sep 30, 2020
Co-authored-by: Tristan Konolige <tristan.konolige@gmail.com> Co-authored-by: Cody Yu <comaniac0422@gmail.com>
comaniac
approved these changes
Oct 1, 2020
Contributor
comaniac
left a comment
There was a problem hiding this comment.
Overall LGTM. Just a final comment.
@tmoreau89 @tqchen would you mind taking a look before we merge it?
tqchen
approved these changes
Oct 1, 2020
Contributor
|
Thanks @leandron @mbaret @tkonolige @tqchen @tmoreau89 |
Contributor
|
I can start a discuss forum topic on this if you think it's better, but I'm running into trouble running TVMC. I'm trying to import the resnet50-v2.7 model for tuning, and it's throwing a |
Contributor
|
Yes please open a topic at the discuss forum. |
TusharKanekiDey
pushed a commit
to TusharKanekiDey/tvm
that referenced
this pull request
Oct 13, 2020
* [tvmc][docs] Getting started tutorial for TVMC * Include a tutorial, demonstrating basic capabilities of TVMC, by executing a full pipeline (tune, compile, run) on a ResNet-50 model. Co-authored-by: Matthew Barrett <matthew.barrett@arm.com> * apply suggestions from code review Co-authored-by: Tristan Konolige <tristan.konolige@gmail.com> Co-authored-by: Cody Yu <comaniac0422@gmail.com> * adjust text according to code-review * improve reading flow into tuning section Co-authored-by: Matthew Barrett <matthew.barrett@arm.com> Co-authored-by: Tristan Konolige <tristan.konolige@gmail.com> Co-authored-by: Cody Yu <comaniac0422@gmail.com>
TusharKanekiDey
pushed a commit
to TusharKanekiDey/tvm
that referenced
this pull request
Oct 14, 2020
* [tvmc][docs] Getting started tutorial for TVMC * Include a tutorial, demonstrating basic capabilities of TVMC, by executing a full pipeline (tune, compile, run) on a ResNet-50 model. Co-authored-by: Matthew Barrett <matthew.barrett@arm.com> * apply suggestions from code review Co-authored-by: Tristan Konolige <tristan.konolige@gmail.com> Co-authored-by: Cody Yu <comaniac0422@gmail.com> * adjust text according to code-review * improve reading flow into tuning section Co-authored-by: Matthew Barrett <matthew.barrett@arm.com> Co-authored-by: Tristan Konolige <tristan.konolige@gmail.com> Co-authored-by: Cody Yu <comaniac0422@gmail.com>
TusharKanekiDey
pushed a commit
to TusharKanekiDey/tvm
that referenced
this pull request
Oct 15, 2020
* [tvmc][docs] Getting started tutorial for TVMC * Include a tutorial, demonstrating basic capabilities of TVMC, by executing a full pipeline (tune, compile, run) on a ResNet-50 model. Co-authored-by: Matthew Barrett <matthew.barrett@arm.com> * apply suggestions from code review Co-authored-by: Tristan Konolige <tristan.konolige@gmail.com> Co-authored-by: Cody Yu <comaniac0422@gmail.com> * adjust text according to code-review * improve reading flow into tuning section Co-authored-by: Matthew Barrett <matthew.barrett@arm.com> Co-authored-by: Tristan Konolige <tristan.konolige@gmail.com> Co-authored-by: Cody Yu <comaniac0422@gmail.com>
TusharKanekiDey
pushed a commit
to TusharKanekiDey/tvm
that referenced
this pull request
Oct 16, 2020
* [tvmc][docs] Getting started tutorial for TVMC * Include a tutorial, demonstrating basic capabilities of TVMC, by executing a full pipeline (tune, compile, run) on a ResNet-50 model. Co-authored-by: Matthew Barrett <matthew.barrett@arm.com> * apply suggestions from code review Co-authored-by: Tristan Konolige <tristan.konolige@gmail.com> Co-authored-by: Cody Yu <comaniac0422@gmail.com> * adjust text according to code-review * improve reading flow into tuning section Co-authored-by: Matthew Barrett <matthew.barrett@arm.com> Co-authored-by: Tristan Konolige <tristan.konolige@gmail.com> Co-authored-by: Cody Yu <comaniac0422@gmail.com>
trevor-m
pushed a commit
to neo-ai/tvm
that referenced
this pull request
Oct 19, 2020
* [tvmc][docs] Getting started tutorial for TVMC * Include a tutorial, demonstrating basic capabilities of TVMC, by executing a full pipeline (tune, compile, run) on a ResNet-50 model. Co-authored-by: Matthew Barrett <matthew.barrett@arm.com> * apply suggestions from code review Co-authored-by: Tristan Konolige <tristan.konolige@gmail.com> Co-authored-by: Cody Yu <comaniac0422@gmail.com> * adjust text according to code-review * improve reading flow into tuning section Co-authored-by: Matthew Barrett <matthew.barrett@arm.com> Co-authored-by: Tristan Konolige <tristan.konolige@gmail.com> Co-authored-by: Cody Yu <comaniac0422@gmail.com>
This file contains hidden or 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
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.
Introduces a tutorial about TVMC, including a full pipeline
tvmc tune,tvmc compile,tvmc run, with a working example using ResNet-50. The tutorial assumes #6578 as part of tvmc, so in case you want to try it out, please apply that PR locally.cc @comaniac @FrozenGene @u99127 for review if possible