Skip to content

Commit

Permalink
Update HW
Browse files Browse the repository at this point in the history
  • Loading branch information
airogachev committed Dec 2, 2022
1 parent 03df85d commit b1e1dd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,4 @@ dmypy.json

# Pyre type checker
.pyre/
*.jpg
3 changes: 1 addition & 2 deletions 13-GANs/GAN_HW.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"source": [
"### WGAN\n",
"\n",
"* Modify snippets below and implement [Wasserstein GAN](https://arxiv.org/abs/1701.07875) ([From GAN to WGAN\n",
"](https://lilianweng.github.io/posts/2017-08-20-gan/)) with weight clipping. (2 points)\n",
"* Modify snippets below and implement [Wasserstein GAN](https://arxiv.org/abs/1701.07875) with weight clipping. (2 points)\n",
"\n",
"* Replace weight clipping with [gradient penalty](https://arxiv.org/pdf/1704.00028v3.pdf). (2 points)\n",
"\n",
Expand Down

0 comments on commit b1e1dd7

Please sign in to comment.