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

Lesson 5.6 (Udacity) Section 1 - Differential Privacy - Project Varying Noise typo #15

Open
LifeBringer opened this issue Jul 25, 2019 · 1 comment

Comments

@LifeBringer
Copy link

LifeBringer commented Jul 25, 2019

Hi Andrew,

There was an error with the completion notes for Section 1
first_coin_flip = (torch.rand(len(db)) < noise).float() should be first_coin_flip = (torch.rand(len(db)) > noise).float()

Please see: https://youtu.be/_ByJgx6H0MQ?t=32 for reference.

https://github.com/udacity/private-ai/blob/master/completed/Section%202%20-%20Federated%20Learning.ipynb

@mmalekzadeh
Copy link

I have also noticed this error and pulled a fix here:
#14

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