-
Notifications
You must be signed in to change notification settings - Fork 60
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
Update the imx500 notebooks to install mct unless it's already installed #1068
Conversation
@@ -46,12 +46,11 @@ | |||
"outputs": [], | |||
"source": [ | |||
"!pip install -q tensorflow\n", | |||
"!pip install -q mct-nightly\n", |
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.
need to update colab link on this tutorial
@@ -103,7 +103,10 @@ | |||
"outputs": [], | |||
"source": [ | |||
"!pip install -q tensorflow\n", | |||
"!pip install -q mct-nightly" | |||
"\n", |
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.
same. fix colab link
@@ -53,8 +53,7 @@ | |||
{ | |||
"cell_type": "markdown", | |||
"source": [ | |||
"Clone a copy of the MCT (Model Compression Toolkit) into your current directory. This step ensures that you have access to [mct_model_garden](https://github.com/sony/model_optimization/tree/main/tutorials/mct_model_garden) folder which contains all the necessary utility functions for this tutorial\n", |
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.
same. fix colab link
@@ -53,8 +53,7 @@ | |||
{ | |||
"cell_type": "markdown", | |||
"source": [ | |||
" Clone a copy of the [MCT](https://github.com/sony/model_optimization) (Model Compression Toolkit) into your current directory. This step ensures that you have access to [MCT Models Library](https://github.com/sony/model_optimization/tree/main/tutorials/mct_model_garden) folder which contains all the necessary utility functions for this tutorial.\n", | |||
" **It's important to note that we use the most up-to-date MCT code available.**" | |||
"Install MCT (if it’s not already installed). Additionally, in order to use all the necessary utility functions for this tutorial, we also copy this folder: MCT tutorials folder and add it to the system path." |
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.
"we also copy the MCT tutorials folder..." (remove "this folder:")
@@ -60,8 +60,7 @@ | |||
"collapsed": false | |||
}, | |||
"source": [ | |||
" Clone a copy of the [MCT](https://github.com/sony/model_optimization) (Model Compression Toolkit) into your current directory. This step ensures that you have access to [MCT Models Garden](https://github.com/sony/model_optimization/tree/main/tutorials/mct_model_garden) folder which contains all the necessary utility functions for this tutorial.\n", | |||
" **It's important to note that we use the most up-to-date MCT code available.**" | |||
"Install MCT (if it’s not already installed). Additionally, in order to use all the necessary utility functions for this tutorial, we also copy this folder: MCT tutorials folder and add it to the system path." |
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.
same
@@ -61,8 +61,7 @@ | |||
"collapsed": false | |||
}, | |||
"source": [ | |||
" Clone a copy of the [MCT](https://github.com/sony/model_optimization) (Model Compression Toolkit) into your current directory. This step ensures that you have access to [MCT Models Garden](https://github.com/sony/model_optimization/tree/main/tutorials/mct_model_garden) folder which contains all the necessary utility functions for this tutorial.\n", | |||
" **It's important to note that we use the most up-to-date MCT code available.**" | |||
"Install MCT (if it’s not already installed). Additionally, in order to use all the necessary utility functions for this tutorial, we also copy this folder: MCT tutorials folder and add it to the system path." |
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.
same
Pull Request Description:
Checklist before requesting a review: