Running the ProteinGAN lab in google colab:
When trying to download the pre-trained model using the cell:
# Downloading pre-trained ProteinGAN model
!gdown https://drive.google.com/uc?id=1zOXwKxK_PvYck70vxWv6vSHuEqVQWkYU
!unzip pre_trained_protein_gan.zip
returns the following error:
Failed to retrieve file url:
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=1zOXwKxK_PvYck70vxWv6vSHuEqVQWkYU
but Gdown can't. Please check connections and permissions.
unzip: cannot find or open pre_trained_protein_gan.zip, pre_trained_protein_gan.zip.zip or pre_trained_protein_gan.zip.ZIP.
Since the URL seems to be broken:
Solution:
Link in the lab can be replaced with the following to work properly:
!gdown https://drive.google.com/uc?id=1vuxHqsRHc-K-gqXK7AJqaC54f7PtKmOX