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
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