We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5796589 commit 2405c37Copy full SHA for 2405c37
dataset-scripts/audioset_preprocessing.py
@@ -118,5 +118,5 @@ def main(audioset_dir):
118
"'/datasets/audioset/audioset_v1_embeddings/' "
119
"you should call this script like this:\npython "
120
"audioset_preprocessing.py --audioset-dir "
121
- "'/datasets/audioset/audioset_v1_embeddings/''")
+ "'/datasets/audioset/audioset_v1_embeddings/'")
122
main(audioset_dir=arg_parser.audioset_dir)
0 commit comments