problem with downloading dataset

Muddy

New Member
Joined
Jan 30, 2021
Messages
1
Reaction score
0
Credits
17
ali@1636126c3e10:~$ cd merlin/egs/speaker_adaptation/s1
ali@1636126c3e10:~/merlin/egs/speaker_adaptation/s1$ ./download_data.sh
downloading data.....
--2021-01-30 11:59:54-- http://homepages.inf.ed.ac.uk/jyamagis/release/VCTK-Corpus.tar.gz
Resolving homepages.inf.ed.ac.uk (homepages.inf.ed.ac.uk)... 129.215.32.113
Connecting to homepages.inf.ed.ac.uk (homepages.inf.ed.ac.uk)|129.215.32.113|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-01-30 11:59:55 ERROR 404: Not Found.

extracting files......
tar (child): VCTK-Corpus.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now

please help me with this issue!
 


Code:
curl -I http://homepages.inf.ed.ac.uk/jyamagis/release/VCTK-Corpus.tar.gz
HTTP/1.1 404 Not Found
Meaning that file is not available on the webserver, I'm guessing that script you used did something like this:
Code:
wget -O VCTK-Corpus.tar.gz http://homepages.inf.ed.ac.uk/jyamagis/release/VCTK-Corpus.tar.gz
Since the file didn't exist on the webserver an empty file was placed, you can just check it with:
Code:
ls -l VCTK-Corpus.tar.gz
 
Last edited:
please help me with this issue!

To add to the above from @f33dm3bits, view your own post. Click on the link it made. It gives a 404 error. (You can click it right here in your browser.) That means 'not found' in server-speak. You'll need the correct address. That's beyond our control. If it's not available at that address, it's not available at that address.
 
As mentioned by the others, that file is no longer on that page.
A quick bit of DuckDuckGo-Fu yielded this:

Which mentions the website you were attempting to download from as the original source.
So maybe try downloading the file from the above link instead!
 

Staff online

Members online


Top