Skip to content

Commit a556a69

Browse files
typo fix, thanks to 姚瑶瑶
1 parent fb02b40 commit a556a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit1/02_diffusion_models_from_scratch.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@
650650
"net = BasicUNet()\n",
651651
"net.to(device)\n",
652652
"\n",
653-
"# Our loss finction\n",
653+
"# Our loss function\n",
654654
"loss_fn = nn.MSELoss()\n",
655655
"\n",
656656
"# The optimizer\n",

0 commit comments

Comments
 (0)