-
Notifications
You must be signed in to change notification settings - Fork 81
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
UnpicklingError: invalid load key, '<'. #27
Comments
Solved by manually downloading through the google drive link! |
related: learnables/learn2learn#310 |
Can you plz share the google drive link or the checkpoints file? The links in download.sh are disabled. And i can not find the google drive link. |
@chLFF I am able to open the links without a problem. Which want do you want? And do the authors consent in this? |
@josejhlee The link says 'i'm sorry. the link has expired.' I want celeba_hq_256_8x8.pt and celeba_hq_5M_256_8x8.pt, thank you. I didn't get consent yet but i think this work is open-source. |
@chLFF |
@josejhlee 'celeba_hq_8x8_20M_revised' is one of i need, thanks! Do you have 5M-image-trained model of CelebA-256? I believe its name is celeba_hq_5M_256_8x8.pt. |
@chLFF My bad, I edited the link above! |
@josejhlee This helps me a lot, thank you! 고맙다! |
Hello authors,
I have an error when using the pretrained checkpoints when
torch.load(args.ckpt)
is run in generate.py (or any piece of code with the function). I tried re-downloading the model as proposed in this issue.The only change I made to accommodate my CUDA 11 version was to instal pytorch with
conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch
. Thanks for you attention, it is much appreciated.The text was updated successfully, but these errors were encountered: