Blind2Unblind icon indicating copy to clipboard operation
Blind2Unblind copied to clipboard

Loss doesn't converge

Open yashkhurana24 opened this issue 1 year ago • 1 comments

Hello, I'm trying to denoise a 2D image. I add synthetic noise as follows: np.array(np.random.poisson(0.01 * x / 0.1) / 0.01 But the loss doesn't converge. I have several different learning rates. Can you help me out?

Fe K

yashkhurana24 avatar Jan 18 '24 00:01 yashkhurana24

If the training set is small, you'd better set the initial learning rate to 10 times larger. Besides, it is normal that the trend of decreasing loss is not obvious.

zejinwang avatar Jan 18 '24 12:01 zejinwang