When I try using gdown to get the pretrained model, I get the following error:
Access denied with the following error:
Cannot retrieve the public link of the file. You may need to change
the permission to 'Anyone with the link', or have had many accesses.
You may still be able to access the file from the browser:
https://drive.google.com/uc?id=1Tka7zPF0PdG7yvGOGOXuEsAtRLLimXmP
I can download it form the link, but would prefer to be able to use gdown since I'm working on a cluster, and it's a very large model.
When I try using
gdownto get the pretrained model, I get the following error:I can download it form the link, but would prefer to be able to use
gdownsince I'm working on a cluster, and it's a very large model.