We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Windows 10 this code from pl_bolts.models.autoencoders import VAE
vae = VAE(input_height=32) print(VAE.pretrained_weights_available()) vae = vae.from_pretrained('stl10-resnet18')
fails to download weights -
Downloading: "https://pl-bolts-weights.s3.us-east-2.amazonaws.com\vae/vae-stl10/checkpoints/epoch%3D89.ckpt" to C:\Users\qwe/.cache\torch\hub\checkpoints\epoch%3D89.ckpt
I'm about to make a PR fixing that
The text was updated successfully, but these errors were encountered:
Hi! thanks for your contribution!, great first issue!
Sorry, something went wrong.
Fix issue Lightning-Universe#651 with pretrained_urls on windows
d33771c
Successfully merging a pull request may close this issue.
On Windows 10 this code
from pl_bolts.models.autoencoders import VAE
vae = VAE(input_height=32)
print(VAE.pretrained_weights_available())
vae = vae.from_pretrained('stl10-resnet18')
fails to download weights -
Downloading: "https://pl-bolts-weights.s3.us-east-2.amazonaws.com\vae/vae-stl10/checkpoints/epoch%3D89.ckpt" to C:\Users\qwe/.cache\torch\hub\checkpoints\epoch%3D89.ckpt
I'm about to make a PR fixing that
The text was updated successfully, but these errors were encountered: