corrected typo about layers that are frozen

This commit is contained in:
Eric Zelikman 2021-02-18 21:31:46 -05:00
parent 90d7c3202d
commit b0ffba48b0
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
"*Please note that this is an optional notebook meant to introduce more advanced concepts. If youre up for a challenge, take a look and dont worry if you cant follow everything. There is no code to implement—only some cool code for you to learn and run!*\n",
"\n",
"### Goals\n",
"In this notebook, you'll learn about and implement the fine-tuning approach proposed in [Freeze the Discriminator: a Simple Baseline for Fine-Tuning GANs](https://arxiv.org/abs/2002.10964) (Mo et al. 2020), which introduces the concept of freezing the upper layers of the discriminator in fine-tuning. Specifically, you'll fine-tune a pretrained StyleGAN to generate anime faces from human faces.\n",
"In this notebook, you'll learn about and implement the fine-tuning approach proposed in [Freeze the Discriminator: a Simple Baseline for Fine-Tuning GANs](https://arxiv.org/abs/2002.10964) (Mo et al. 2020), which introduces the concept of freezing only the lower layers of the discriminator in fine-tuning. Specifically, you'll fine-tune a pretrained StyleGAN to generate anime faces from human faces.\n",
"\n",
"### Background\n",
"\n",