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
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,25 @@
1
1
# ProGAN
2
-
A clean, simple and readable implementation of ProGAN in PyTorch. I've tried to replicate the original paper as closely as possible, so if you read the paper the implementation should be pretty much identical. The results from this implementation I would say is pretty close to the original paper (I'll include some examples results below) but because of time limitation I only trained to 256x256 and on lower model size than they did in the paper. Making the number of channels to 512 instead of 256 as I trained it would probably make the results even better :)
2
+
A clean, simple and readable implementation of ProGAN in PyTorch. I've tried to replicate the original paper as closely as possible, so if you read the paper the implementation should be pretty much identical. The results from this implementation I would say is on par with the paper, I'll include some examples results below.
3
3
4
4
## Results
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.
5
+
The model was trained on the Maps dataset and for fun I also tried using it to colorize anime.
6
6
7
-
|First is some more cherrypicked examples and second is just sampled from random latent vectors|
7
+
||
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