Skip to content

Commit c14bf9a

Browse files
authored
Fix error of not founding tf_keras module (#13534)
1 parent f43702f commit c14bf9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

research/audioset/yamnet/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ YAMNet depends on the following Python packages:
1515
* [`numpy`](http://www.numpy.org/)
1616
* [`resampy`](http://resampy.readthedocs.io/en/latest/)
1717
* [`tensorflow`](http://www.tensorflow.org/)
18-
* [`tf_keras`](https://github.com/keras-team/tf-keras)
18+
* [`tf-keras`](https://github.com/keras-team/tf-keras)
1919
* [`pysoundfile`](https://pysoundfile.readthedocs.io/)
2020

2121
These are all easily installable via, e.g., `pip install numpy` (as in the
@@ -39,7 +39,7 @@ Here's a sample installation and test session:
3939
python -m pip install --upgrade pip wheel
4040

4141
# Install dependences.
42-
pip install numpy resampy tensorflow soundfile
42+
pip install numpy resampy tensorflow soundfile tf-keras
4343

4444
# Clone TensorFlow models repo into a 'models' directory.
4545
git clone https://github.com/tensorflow/models.git

0 commit comments

Comments
 (0)