OpenLRM icon indicating copy to clipboard operation
OpenLRM copied to clipboard

Why encoder is not freeze in training config?

Open Parisnewsy opened this issue 10 months ago • 1 comments

Hi OpenLRM Team I don't find encoder freeze in LRM paper, why do you choose to set freeze encoder is false?

Parisnewsy avatar Mar 28 '24 03:03 Parisnewsy

Hi,

We are setting encoder freeze to be False by default, which means the encoder is trainable.

We tried both freezing encoder and trainable encoder at earlier experiments and found that a trainable encoder reaches better loss and relatively better performances.

ZexinHe avatar Apr 02 '24 11:04 ZexinHe