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
This PR updates the loss interface to allow for a more flexible design.
It enables processing input tensors before feeding them into the model,
such as denoising operations (fyi @Chengqian-Zhang ). Previously, this
was done in the data loader, which was less intuitive and more
confusing. Now, users can easily handle these tasks within the loss
function itself, as demonstrated in similar implementations in uni-mol:
https://github.com/dptech-corp/Uni-Mol/blob/main/unimol/unimol/losses/unimol.py#L20.
0 commit comments