autonomousvision / stylegan-xl

[SIGGRAPH'22] StyleGAN-XL: Scaling StyleGAN to Large Diverse Datasets
MIT License
961 stars 113 forks source link

Fixing loading pre-trained networks #109

Open ParthaEth opened 1 year ago

ParthaEth commented 1 year ago

If you save a network using the latest dill library, you won't be able to load with pickle.Unpickler. Simply use dill.Unpickler