Skip to content

Fix tf-keras installation error #13534

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

Merged
merged 1 commit into from
Feb 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions research/audioset/yamnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ YAMNet depends on the following Python packages:
* [`numpy`](http://www.numpy.org/)
* [`resampy`](http://resampy.readthedocs.io/en/latest/)
* [`tensorflow`](http://www.tensorflow.org/)
* [`tf_keras`](https://github.com/keras-team/tf-keras)
* [`tf-keras`](https://github.com/keras-team/tf-keras)
* [`pysoundfile`](https://pysoundfile.readthedocs.io/)

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

# Install dependences.
pip install numpy resampy tensorflow soundfile
pip install numpy resampy tensorflow soundfile tf-keras

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