We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e88fc1d commit b2feae2Copy full SHA for b2feae2
tensorflow_examples/lite/model_maker/README.md
@@ -12,6 +12,8 @@ model for on-device ML applications.
12
[requirements.txt](https://github.com/tensorflow/examples/blob/master/tensorflow_examples/lite/model_maker/requirements.txt)
13
for dependent libraries that're needed to use the library and run the demo
14
code.
15
+* Note that you might also need to install `sndfile` for Audio tasks.
16
+On Debian/Ubuntu, you can do so by `sudo apt-get install libsndfile1`
17
18
## Installation
19
0 commit comments