Skip to content
New issue

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

Why used different methods to calculate loss-t for training and validation? #44

Open
Yuhan-Fei opened this issue Jul 2, 2024 · 0 comments

Comments

@Yuhan-Fei
Copy link

Thank you for the great works!

I wondering why you used different loss_t for training and validation or Is there any problem to use the same method to calculate the loss_t?

For training:
loss_t = 0.5 * (error_t_lig + error_t_pocket)

For validaiton:
loss_t = -self.T * 0.5 * SNR_weight * (error_t_lig + error_t_pocket)

I am looking forward your reply.

Best

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant