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

something confused me in JointTrainer2 #22

Open
zhufq00 opened this issue Dec 16, 2019 · 0 comments
Open

something confused me in JointTrainer2 #22

zhufq00 opened this issue Dec 16, 2019 · 0 comments

Comments

@zhufq00
Copy link

zhufq00 commented Dec 16, 2019

why used yt as the label for feature ft, ft_up, ft_low,it's different from your paper.
here is the code,calculate the loss Lsemi
"loss_global_eug, prec_global_eug = self.criterions[1](outputs_eug[1], pids_eug, epoch)
for i, output_p in enumerate(outputs_eug[0]):
loss_tri, prec_tri = self.criterions[0](output_p, pids_eug, epoch) loss_os += loss_tri"
and it is different from loss Lssg,
code here
"loss_global, prec_global = self.criterions[1](outputs[1], pids[0], epoch)
for i, output_p in enumerate(outputs[0]):
loss_tri, prec_tri = self.criterions[0](output_p, pids[i], epoch) loss_uns += loss_tri"
I'm tring to recurrent your paper,pls help me,Thank you

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