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

Correct value of alpha #2

Open
cutlass90 opened this issue Nov 25, 2019 · 1 comment
Open

Correct value of alpha #2

cutlass90 opened this issue Nov 25, 2019 · 1 comment

Comments

@cutlass90
Copy link

What is correct value of alpha coefficient to reproduce your results? You mentioned that alpha should be equal to 0.1, but in fact it equals 0.

L2LossD_fake = alpha * L2LossD_fake_1 + (1 - alpha) * L2LossD_fake_2

@harryliew
Copy link
Owner

What is correct value of alpha coefficient to reproduce your results? You mentioned that alpha should be equal to 0.1, but in fact it equals 0.

L2LossD_fake = alpha * L2LossD_fake_1 + (1 - alpha) * L2LossD_fake_2

Hi, thanks for pointing out. Actually, it was set to 0 and I didn't use it. Now I have removed the alpha and cleaned the related code. Please see the new uploaded files.

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