You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
Hi Andrew,
There was an error with the completion notes for Section 1
first_coin_flip = (torch.rand(len(db)) < noise).float()
should befirst_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
The text was updated successfully, but these errors were encountered: