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

mish with brdnet #1

Open senovr opened 4 years ago

senovr commented 4 years ago

Hi, helloxiaotian,

It is more question or suggestion rather than a bug: Did you try your net with Mish activation function (https://github.com/digantamisra98/Mish)? As per paper and repo- it is better than Relu.

Another question: which tf version are you using? I am struggling with batch_renorm - I can not make it work with tf2.0

Cheers, senovr

hellloxiaotian commented 4 years ago
  1. Thank you for your suggestions.
  2. My tensorflow version is 1.3.0.