haoheliu / voicefixer_main

General Speech Restoration
https://haoheliu.github.io/demopage-voicefixer/
MIT License
272 stars 52 forks source link

Added single quotes around the urls #21

Closed msinanyildirim closed 5 months ago

msinanyildirim commented 5 months ago

Hello, thanks for this great project. While I was testing your code and ran the init.sh, I encountered some "no matches found" errors. It seems that they are due to the question mark in the urls being interpreted as a globbing element and wget looking for such a file. This means the datasets are not downloaded. Adding single quotes around the urls fixes the issue. Best regards

haoheliu commented 5 months ago

Nice!