You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the value of rt_sq_rot during inference is always None. Also, it doesn't seem like rt_sq_rot is defined anywhere else in the code. Am I simply missing something in the codebase that defines this value?
Referencing the repo's TMLR paper, do you simply define it as follows?
In
protein-frame-flow/motif_scaffolding/twisting.py
Line 406 in f50d8db
the value of
rt_sq_rotduring inference is alwaysNone. Also, it doesn't seem likert_sq_rotis defined anywhere else in the code. Am I simply missing something in the codebase that defines this value?Referencing the repo's TMLR paper, do you simply define it as follows?
If so, how does the extra
/ 2term fit into the following calculation?Perhaps this is based on the following definition of Gaussian negative log likelihood (reference: https://stats.stackexchange.com/questions/521091/optimizing-gaussian-negative-log-likelihood)?