Skip to content

Commit 52867fa

Browse files
committed
Add GAN and RNN
1 parent 313143a commit 52867fa

23 files changed

+158409
-4
lines changed

03_MNIST_GAN.ipynb

Lines changed: 576 additions & 0 deletions
Large diffs are not rendered by default.

04_RNN.ipynb

Lines changed: 1913 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,5 @@
88
* How to make customized batch iterator
99
* How to build DNN model
1010

11-
### 3. RNN
12-
* How to build RNN model
13-
14-
### 4. GAN
11+
### 3. GAN
1512
* How to build GAN

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Pillow==6.2.1
2+
torch==1.3.1
3+
torchvision==0.4.2

0 commit comments

Comments
 (0)