Skip to content

Commit

Permalink
fix link from gan to diffusion
Browse files Browse the repository at this point in the history
  • Loading branch information
garymm committed Sep 12, 2024
1 parent 97ac55a commit 987a24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/deep_convolutional_gan.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"\n",
"This example builds a Generative Adversarial Network (GAN) using convolutional layers in the discriminator and generator.\n",
"\n",
"In practice GANs are now used fairly rarely, because they're quite tricky to train stably. Modern applications tend to use [score-based diffusions](../score_based_diffusion/) instead. Nonetheless, here's an example for how we might set up a GAN in Equinox.\n",
"In practice GANs are now used fairly rarely, because they're quite tricky to train stably. Modern applications tend to use [score-based diffusions](score_based_diffusion.ipynb) instead. Nonetheless, here's an example for how we might set up a GAN in Equinox.\n",
"\n",
"This example is an implementation based on the paper: Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks.\n",
"\n",
Expand Down

0 comments on commit 987a24c

Please sign in to comment.