Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

About the loss computation #53

Open
chrisway613 opened this issue Apr 11, 2020 · 1 comment
Open

About the loss computation #53

chrisway613 opened this issue Apr 11, 2020 · 1 comment

Comments

@chrisway613
Copy link

I was confused about why use BCE to compute the loss of 'x' & 'y', could it be MSE?

loss_x = self.bce_loss(x * mask, tx * mask)

@BigDataHa
Copy link

I was confused about why use BCE to compute the loss of 'x' & 'y', could it be MSE?

loss_x = self.bce_loss(x * mask, tx * mask)

I have same question with you

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

No branches or pull requests

2 participants