We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41a5254 + d5f1c22 commit c7b3e2aCopy full SHA for c7b3e2a
examples/tutorials/Part 2 - Intro to Federated Learning.ipynb
@@ -74,7 +74,7 @@
74
" # 2) make a prediction\n",
75
" pred = model(data)\n",
76
"\n",
77
- " # 3) calculate how much the missed\n",
+ " # 3) calculate how much we missed\n",
78
" loss = ((pred - target)**2).sum()\n",
79
80
" # 4) figure out which weights caused us to miss\n",
@@ -192,7 +192,7 @@
192
193
194
195
196
197
198
0 commit comments