dc_tts
dc_tts copied to clipboard
How to uncompress the pretrained model?
Hello,
I downloaded the pre-trained model (LJLogdir.tar) from your dropbox and tried to uncompress by using WinZip in Windows - It gave me an error message "Could not read the header". I tried tar -xvf in Linux, here again, I got errors.
What is the format of this file? and how do I successfully untar it?
thanks, Buvana
You can simply use unzip
.
Install it using apt-get install unzip
.
Then
unzip LJLogdir.tar
.
@abuvaneswari Try WinRAR in windows. It worked for me.