Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
8b479cc7
Unverified
Commit
8b479cc7
authored
Jan 13, 2020
by
Dan Ellis
Committed by
GitHub
Jan 13, 2020
Browse files
Update VGGish README for new path, soundfile (#8038)
parent
a76bc125
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
research/audioset/vggish/README.md
research/audioset/vggish/README.md
+2
-2
No files found.
research/audioset/vggish/README.md
View file @
8b479cc7
...
...
@@ -62,12 +62,12 @@ $ sudo python -m pip install --upgrade pip
# Install dependences. Resampy needs to be installed after NumPy and SciPy
# are already installed.
$
sudo
pip
install
numpy scipy
$
sudo
pip
install
numpy scipy
soundfile
$
sudo
pip
install
resampy tensorflow six
# Clone TensorFlow models repo into a 'models' directory.
$
git clone https://github.com/tensorflow/models.git
$
cd
models/research/audioset
$
cd
models/research/audioset
/vggish
# Download data files into same directory as code.
$
curl
-O
https://storage.googleapis.com/audioset/vggish_model.ckpt
$
curl
-O
https://storage.googleapis.com/audioset/vggish_pca_params.npz
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment