File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ YAMNet depends on the following Python packages:
15
15
* [ ` numpy ` ] ( http://www.numpy.org/ )
16
16
* [ ` resampy ` ] ( http://resampy.readthedocs.io/en/latest/ )
17
17
* [ ` 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 )
19
19
* [ ` pysoundfile ` ] ( https://pysoundfile.readthedocs.io/ )
20
20
21
21
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:
39
39
python -m pip install --upgrade pip wheel
40
40
41
41
# Install dependences.
42
- pip install numpy resampy tensorflow soundfile
42
+ pip install numpy resampy tensorflow soundfile tf-keras
43
43
44
44
# Clone TensorFlow models repo into a 'models' directory.
45
45
git clone https://github.com/tensorflow/models.git
You can’t perform that action at this time.
0 commit comments