zsyOAOA / DifFace

DifFace: Blind Face Restoration with Diffused Error Contraction (TPAMI, 2024)
Other
628 stars 42 forks source link

Does adjustment of lr work? #14

Open windelvin opened 1 year ago

windelvin commented 1 year ago

Have you ever tried to decrease the lr(the default value is 1e-4) for the training procedure of diffusion model? Since the loss converges very quick(less than 1W iters), but the lr keeps constant during the whole training time.

zsyOAOA commented 1 year ago

No, the learning rate is fixed as 1e-4 following the setting in DDPM.

windelvin commented 1 year ago

Another quick question, Have you tried using 1024*1024 resolution to train the model, Does lr=1e-4 still work? Or the dataset needs to be expanded?

zsyOAOA commented 1 year ago

We have not trained the model with 1024 x 1024, which requires huge computation resources.