KupynOrest / DeblurGAN

Image Deblurring using Generative Adversarial Networks
Other
2.51k stars 517 forks source link

the Instance normalization is very very slow........ #68

Open fengxin619 opened 6 years ago

fengxin619 commented 6 years ago

it takes a lot of time...

KupynOrest commented 6 years ago

You can try to train the model with batch norm & batchSize=1 to achieve the same result, it might speed up the inference if you need