We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c89b94d commit 51ce8b7Copy full SHA for 51ce8b7
1 file changed
doc/src/week15/add.ipynb
@@ -1240,7 +1240,15 @@
1240
"outputs_hidden": false
1241
}
1242
},
1243
- "outputs": [],
+ "outputs": [
1244
+ {
1245
+ "name": "stdout",
1246
+ "output_type": "stream",
1247
+ "text": [
1248
+ "Epoch 1/5, Loss: 0.1831\n"
1249
+ ]
1250
+ }
1251
+ ],
1252
"source": [
1253
"model = SimpleUNet(channels).to(device)\n",
1254
"opt = torch.optim.Adam(model.parameters(), lr=lr)\n",
0 commit comments