KaiChen1998 / GeoDiffusion

Official PyTorch implementation of GeoDiffusion in ICLR 2024 (https://arxiv.org/abs/2306.04607)
https://kaichen1998.github.io/projects/geodiffusion/
MIT License
64 stars 3 forks source link

learning rate for train #17

Closed Sirius-Li closed 4 months ago

Sirius-Li commented 4 months ago

I find the learning rate in the train script is 1.5e-4, different from "4e−5 for U-Net and 3e−5 for the text encoder" in paper. I also try some different learning rates, finding that lr between 5e-5 and 1.5e-4 is ok, the loss plots are similar, what should the learning rate set?

KaiChen1998 commented 4 months ago
Sirius-Li commented 4 months ago

Alright, thanks a lot for your help!!!