-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[docs] Add "Open with Colab" button to documentation #13627
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
Changes from all commits
2de7141
71fa68b
143225c
a2b70de
c6e7fb8
b54d55e
b6f9318
af8e90a
611b9f1
76d75c6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,13 +23,12 @@ | |
| This article is an introductory tutorial to deploy CoreML models with Relay. | ||
| For us to begin with, coremltools module is required to be installed. | ||
| A quick solution is to install via pip | ||
| To begin, we must install coremltools: | ||
| .. code-block:: bash | ||
| pip install -U coremltools --user | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. i'm curious, does
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ah yeah just wanted to understand the why here |
||
| %%shell | ||
| pip install coremltools | ||
| or please refer to official site | ||
| https://github.com/apple/coremltools | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.