leftthomas / ImageDeblurring

A Keras implementation of image deblurring based on ICCV 2017 paper "Deep Generative Filter for motion deblurring"
82 stars 30 forks source link

Why does the output image turn into zero after training 20 epochs? #22

Closed machengcheng2016 closed 6 years ago

machengcheng2016 commented 6 years ago

Hello! Nice work of image deblurring! I kept all hyper-parameters that you set, but just changed the epoch number from 10 to 200, only to see more intermediate results. However, after training 20 epochs, the intermediate results turn into zero, which are like(from left to right: groundtruth, blurry input, output image): 20_271_1 20_301_2 I wonder why the training process goes wrong when I keep training. Thanks for you attention!

leftthomas commented 6 years ago

@machengcheng2016 #16