Skip to content

Commit b240dd7

Browse files
khanhlvgcopybara-github
authored andcommitted
Migrate Model Maker tutorials to tf.org/lite
PiperOrigin-RevId: 310301813
1 parent 445d41a commit b240dd7

3 files changed

Lines changed: 21 additions & 1625 deletions

File tree

tensorflow_examples/lite/model_maker/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pip install .[model_maker]
3535
For instance, it could have an end-to-end image classification example that
3636
utilizes this library with just 4 lines of code, each of which representing one
3737
step of the overall process. For more detail, you could refer to
38-
[Colab for image classification](https://colab.research.google.com/github/tensorflow/examples/blob/master/tensorflow_examples/lite/model_maker/demo/image_classification.ipynb).
38+
[Colab for image classification](https://colab.research.google.com/github/tensorflow/tensorflow/blob/master/tensorflow/lite/g3doc/tutorials/model_maker_image_classification.ipynb).
3939

4040
1. Load input data specific to an on-device ML app.
4141

@@ -66,5 +66,5 @@ model.export(export_dir='/tmp/')
6666
Currently, we support image classification and text classification tasks and
6767
provide demo code and colab for each of them in demo folder.
6868

69-
* [Colab for image classification](https://colab.research.google.com/github/tensorflow/examples/blob/master/tensorflow_examples/lite/model_maker/demo/image_classification.ipynb)
70-
* [Colab for text classification](https://colab.research.google.com/github/tensorflow/examples/blob/master/tensorflow_examples/lite/model_maker/demo/text_classification.ipynb)
69+
* [Colab for image classification](https://colab.research.google.com/github/tensorflow/tensorflow/blob/master/tensorflow/lite/g3doc/tutorials/model_maker_image_classification.ipynb)
70+
* [Colab for text classification](https://colab.research.google.com/github/tensorflow/tensorflow/blob/master/tensorflow/lite/g3doc/tutorials/model_maker_text_classification.ipynb)

0 commit comments

Comments
 (0)