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

soft smoothing for lsgan? #38

Closed
eyaler opened this issue Jul 14, 2017 · 1 comment
Closed

soft smoothing for lsgan? #38

eyaler opened this issue Jul 14, 2017 · 1 comment

Comments

@eyaler
Copy link

eyaler commented Jul 14, 2017

why is this 0.9 and not 1? (differs from eq.5 in paper)


self.real_label_A = torch.Tensor(D_A_size):fill(0.9)
self.real_label_B = torch.Tensor(D_B_size):fill(0.9)
@junyanz
Copy link
Owner

junyanz commented Jul 15, 2017

It should not make a difference. (1.0 vs. 0.9) I will update it soon.

@junyanz junyanz closed this as completed Dec 29, 2017
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