You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
In the original paper, batch norm is a good tool to get better performance. However, in my case, the DnCNN model without BN is superior to the one with BN. It always happens in other network architecture as well. Is there any idea about what happen with BN in denosing task.
(I use the original code which of building model and generating noise and there are some other informs:
batch size : 32
patch size 128
colored images.
)
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
In the original paper, batch norm is a good tool to get better performance. However, in my case, the DnCNN model without BN is superior to the one with BN. It always happens in other network architecture as well. Is there any idea about what happen with BN in denosing task.
(I use the original code which of building model and generating noise and there are some other informs:
batch size : 32
patch size 128
colored images.
)
Thanks.
The text was updated successfully, but these errors were encountered: