Skip to content

Commit

Permalink
revert asr notebook
Browse files Browse the repository at this point in the history
Signed-off-by: dimapihtar <[email protected]>
  • Loading branch information
dimapihtar committed Jan 30, 2024
1 parent 8d3e5bc commit 2a63559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/asr/Online_Noise_Augmentation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@
"# This is where the rir data will be downloaded.\n",
"# Change this if you don't want the data to be extracted in the current directory.\n",
"rir_data_path = '.'\n",
"!python ../../scripts/dataset_processing/get_openslr_rir_data.py --data_root {rir_data_path}\n",
"!python ../../scripts/dataset_processing/get_openslr_rir_data.py --data_root {rir_data_path}\n",
"rir_manifest_path = os.path.join(rir_data_path, 'processed', 'rir.json')\n",
"!head -n 3 {rir_manifest_path}"
]
Expand Down

0 comments on commit 2a63559

Please sign in to comment.