hellloxiaotian / BRDNet

Image denoising using deep CNN with batch renormalization(Neural Networks,2020)
https://www.sciencedirect.com/science/article/pii/S0893608019302394
186 stars 32 forks source link

Some minor changes #11

Open coach-wang opened 3 years ago

coach-wang commented 3 years ago

Thank you for your code. I just found a small problem.The Readme says requiring keras 2.0, but in keras 2.0 there is no Subtract and the code could not run on my device. I change keras to 2.1.0 and make some small changes then the code worked, I suggest the requirements should be changed.

hellloxiaotian commented 3 years ago

Thank your suggestions.