mit-han-lab / anycost-gan

[CVPR 2021] Anycost GANs for Interactive Image Synthesis and Editing
https://hanlab.mit.edu/projects/anycost-gan/
MIT License
776 stars 98 forks source link

Error on loading pretrained model #26

Open anguoyang opened 1 year ago

anguoyang commented 1 year ago

Hi @tonylins , I tried with adaptive-channel training, and used the teacher model from your dropbox: https://www.dropbox.com/sh/l8g9amoduz99kjh/AAAY9LYZk2CnsO43ywDrLZpEa?dl=0 stylegan2-ffhq-config-f.pt

But got this error: image Could you please kindly tell me what's problem/cause of it, thank you.

anguoyang commented 1 year ago
"--tune_from", "checkpoint/anycost-multires_ffhq-1024_distill/stylegan2-ffhq-config-f.pt",
"--teacher_ckpt", "checkpoint/anycost-multires_ffhq-1024_distill/stylegan2-ffhq-config-f.pt"
"--data_path", "/my/FFHQ/path..."

other options are exactly same with your train_anycost_multires_adach_ffhq.sh