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

Regarding the loss_att #20

Open
Aboelenien opened this issue Dec 29, 2020 · 1 comment
Open

Regarding the loss_att #20

Aboelenien opened this issue Dec 29, 2020 · 1 comment

Comments

@Aboelenien
Copy link

In this block in training, I don't get the loss_att and its use.

loss_att = 0
loss = criterion(y, target)
loss = loss + loss_att

@ok1zjf
Copy link
Owner

ok1zjf commented Dec 29, 2020

Sorry for the confusion. The loss_att is not being used in this implementation. We experimented with a number
of composite loss functions but didn't use them in the final implementation. You can remove the "loss_att = 0" and
"loss = loss + loss_att"

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

2 participants