Skip to content
New issue

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

vae.from_pretrained fails on windows #651

Closed
dudalev opened this issue May 23, 2021 · 1 comment · Fixed by #652
Closed

vae.from_pretrained fails on windows #651

dudalev opened this issue May 23, 2021 · 1 comment · Fixed by #652
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@dudalev
Copy link
Contributor

dudalev commented May 23, 2021

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

@dudalev dudalev added fix fixing issues... help wanted Extra attention is needed labels May 23, 2021
@github-actions
Copy link

Hi! thanks for your contribution!, great first issue!

dudalev added a commit to dudalev/lightning-bolts that referenced this issue May 23, 2021
@Borda Borda added bug Something isn't working and removed fix fixing issues... labels Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants