Skip to content

Commit fb02b40

Browse files
typo fix
1 parent c8ef04d commit fb02b40

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
@@ -414,7 +414,7 @@
414414
"amount = torch.linspace(0, 1, x.shape[0]) # Left to right -> more corruption\n",
415415
"noised_x = corrupt(x, amount)\n",
416416
"\n",
417-
"# Plottinf the noised version\n",
417+
"# Plotting the noised version\n",
418418
"axs[1].set_title('Corrupted data (-- amount increases -->)')\n",
419419
"axs[1].imshow(torchvision.utils.make_grid(noised_x)[0], cmap='Greys');"
420420
]

0 commit comments

Comments
 (0)