openfold
openfold copied to clipboard
why set Rigid.identity trainable?
I notice that Rigid.identity
here requires gradient in training stage. It will be inconsistent with the stage of inference? Is it correct?
During inference, whether the rigid object has grad enabled doesn't matter since grad computation is disabled globally.
is rigid.identity trainable during training phage?