Bash script "download_pretrained_models.sh" doesnt work
Hi,
I tried to download the pretrained models using "download_pretrained_models.sh" and I recieved this output:
Download in progress... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2443 100 2443 0 0 3620 0 --:--:-- --:--:-- --:--:-- 3620 Expanding files...
gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now Downloaded pretrained models to directory ./pretrained_gnomix_models
I couldnt download the content and the folder pretrained_gnomix_models wasnt created too.
The link is broken, I did this with the information in the file “download_pretrained_models.sh
https://drive.google.com/uc?export=download&id=1Q0zg9zqTaZUvt42uxzE_0gcfnFvjwi33
cheers
Try these commands below:
pip install gdowngdown 1Q0zg9zqTaZUvt42uxzE_0gcfnFvjwi33tar -xvf pretrained_gnomix_models.tar.gzrm pretrained_gnomix_models.tar.gz
Hope this will help.
Thank you!
The link is broken, I did this with the information in the file “download_pretrained_models.sh
https://drive.google.com/uc?export=download&id=1Q0zg9zqTaZUvt42uxzE_0gcfnFvjwi33
cheers