Unverified Commit fae2b55c authored by Dan Ellis's avatar Dan Ellis Committed by GitHub
Browse files

Fix soundfile import in YAMNet README. (#8040)

parent 39d55d9a
...@@ -44,7 +44,7 @@ python -m pip install --upgrade pip ...@@ -44,7 +44,7 @@ python -m pip install --upgrade pip
# Install dependences. Resampy needs to be installed after NumPy and SciPy # Install dependences. Resampy needs to be installed after NumPy and SciPy
# are already installed. # are already installed.
pip install numpy scipy pip install numpy scipy
pip install resampy tensorflow pysoundfile pip install resampy tensorflow soundfile
# Clone TensorFlow models repo into a 'models' directory. # Clone TensorFlow models repo into a 'models' directory.
git clone https://github.com/tensorflow/models.git git clone https://github.com/tensorflow/models.git
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment