Skip to content

Commit f288eff

Browse files
wangtzcopybara-github
authored andcommitted
Model Maker Audio Doc: Add the reference to the latest tutorial in the API doc.
PiperOrigin-RevId: 374030209
1 parent 8920248 commit f288eff

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tensorflow_examples/lite/model_maker/core/api/golden_api_doc.py

+3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848

4949
DOCS['audio_classifier'] = """APIs to train an audio classification model.
5050
51+
Tutorial:
52+
https://colab.research.google.com/github/googlecodelabs/odml-pathways/blob/main/audio_classification/colab/model_maker_audio_colab.ipynb
53+
5154
Demo code:
5255
https://github.com/tensorflow/examples/blob/master/tensorflow_examples/lite/model_maker/demo/audio_classification_demo.py
5356
"""

tensorflow_examples/lite/model_maker/public/audio_classifier/__init__.py

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
# limitations under the License.
1414
"""APIs to train an audio classification model.
1515
16+
Tutorial:
17+
https://colab.research.google.com/github/googlecodelabs/odml-pathways/blob/main/audio_classification/colab/model_maker_audio_colab.ipynb
18+
1619
Demo code:
1720
https://github.com/tensorflow/examples/blob/master/tensorflow_examples/lite/model_maker/demo/audio_classification_demo.py
1821
"""

0 commit comments

Comments
 (0)