We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ALMA/utils/cpo_trainer.py
Line 606 in 7e0dae8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ALMA/utils/cpo_trainer.py
Line 606 in 7e0dae8
penalty = torch.clamp(self.relax_cofficient_1 * torch.exp(self.relax_cofficient_2 * penalty)-1, max=1.0)
这里penalty的计算用到了logits,并且没有detach,预期是penalty需要参与到梯度传播吗?
The text was updated successfully, but these errors were encountered: