You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ML/Pytorch/GANs/ProGAN/README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,15 @@ A clean, simple and readable implementation of ProGAN in PyTorch. I've tried to
4
4
## Results
5
5
The model was trained on the Celeb-HQ dataset up to 256x256 image size. After that point I felt it was enough as it would take quite a while to train to 1024^2.
6
6
7
-
|First is 64 random examples (not cherry picked) and second is more cherry picked examples. |
7
+
|First is some more cherrypicked examples and second is just sampled from random latent vectors|
8
8
|:---:|
9
-
||
10
9
||
10
+
||
11
11
12
12
13
13
### Celeb-HQ dataset
14
14
The dataset can be downloaded from Kaggle: [link](https://www.kaggle.com/lamsimon/celebahq).
0 commit comments