diff --git a/Section 4 - Encrypted Deep Learning.ipynb b/Section 4 - Encrypted Deep Learning.ipynb index a396bc6..7da14fe 100644 --- a/Section 4 - Encrypted Deep Learning.ipynb +++ b/Section 4 - Encrypted Deep Learning.ipynb @@ -888,7 +888,7 @@ "\n", "# A Toy Dataset\n", "data = th.tensor([[0,0],[0,1],[1,0],[1,1.]], requires_grad=True)\n", - "target = th.tensor([[0],[0],[1],[1.]], requires_grad=True)\n", + "target = th.tensor([[0],[1],[1],[0.]], requires_grad=True)\n", "\n", "class Net(nn.Module):\n", " def __init__(self):\n",