chaiyujin / glow-pytorch

pytorch implementation of openai paper "Glow: Generative Flow with Invertible 1×1 Convolutions"
MIT License
507 stars 80 forks source link

How to generate larger images? #26

Open Hanzy1996 opened 3 years ago

Hanzy1996 commented 3 years ago

Much appreciation for your effort to complementing glow in pytorch.

When I set and only set the image size to 128x128x3, I failed to train the model and a bug occurs after several steps:

RuntimeError: svd_cuda: the updating process of SBDSDC did not converge (error: 23)

When I generate larger images, are there any other modifications that I need to make? Or how to generate larger images?

Best wishes!

Moleculebo commented 1 year ago

Hi!do you have solved the problem? can you share your code? thanks!