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

what is "Channel Rate" referring to...? #33

Closed hulidv closed 5 years ago

hulidv commented 5 years ago

Hi Thanks very much for sharing the algorithm. Could you help to share what is "channel rate" referring to? I can't find it in the paper you've shared.

For my case, the generator_loss keeps high ranging from 2000-7000. Do you think changing the channel rate could help? It seems i have vanishing gradient issue here.

Thanks

leftthomas commented 5 years ago

23 ,the paper has channel rate, make sure you have read the paper carefully.