Skip to content

Commit 51ce8b7

Browse files
committed
Update add.ipynb
1 parent c89b94d commit 51ce8b7

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

doc/src/week15/add.ipynb

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,15 @@
12401240
"outputs_hidden": false
12411241
}
12421242
},
1243-
"outputs": [],
1243+
"outputs": [
1244+
{
1245+
"name": "stdout",
1246+
"output_type": "stream",
1247+
"text": [
1248+
"Epoch 1/5, Loss: 0.1831\n"
1249+
]
1250+
}
1251+
],
12441252
"source": [
12451253
"model = SimpleUNet(channels).to(device)\n",
12461254
"opt = torch.optim.Adam(model.parameters(), lr=lr)\n",

0 commit comments

Comments
 (0)