Skip to content

Commit

Permalink
Fixed URL typo (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 authored Dec 2, 2024
1 parent 46021eb commit c6eb247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/digits_diffusion_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
"source": [
"## Building your diffusion model\n",
"\n",
"Now you will start developing the parts of your [diffusion model](https://en.wikipedia.org/wiki/Diffusion_model). It is composed of a (UNet architecture)[https://en.wikipedia.org/wiki/U-Net] backbone and the diffusion layers.\n",
"Now you will start developing the parts of your [diffusion model](https://en.wikipedia.org/wiki/Diffusion_model). It is composed of a [UNet architecture](https://en.wikipedia.org/wiki/U-Net) backbone and the diffusion layers.\n",
"\n",
"### U-Net Architecture\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/digits_diffusion_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ plt.show()

## Building your diffusion model

Now you will start developing the parts of your [diffusion model](https://en.wikipedia.org/wiki/Diffusion_model). It is composed of a (UNet architecture)[https://en.wikipedia.org/wiki/U-Net] backbone and the diffusion layers.
Now you will start developing the parts of your [diffusion model](https://en.wikipedia.org/wiki/Diffusion_model). It is composed of a [UNet architecture](https://en.wikipedia.org/wiki/U-Net) backbone and the diffusion layers.

### U-Net Architecture

Expand Down

0 comments on commit c6eb247

Please sign in to comment.