Skip to content

Commit 42a8161

Browse files
progan readme update!
1 parent 2a9c539 commit 42a8161

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

ML/Pytorch/GANs/ProGAN/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
# 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 on par with the paper, I'll include some examples results below.
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 close to the paper, but I did not train it to 1024x1024 images because I found it took too long. I also did not use number of channels = 512, but instead made the model smaller so that would be something that could worsen the results. I'll include some examples results below.
33

44
## Results
5-
The model was trained on the Maps dataset and for fun I also tried using it to colorize anime.
6-
75
||
86
|:---:|
9-
|![](results/64_examples.png)|
107
|![](results/result1.png)|
8+
|![](results/64_examples.png)|
119

1210

1311
### Celeb-HQ dataset
1412
The dataset can be downloaded from Kaggle: [link](https://www.kaggle.com/lamsimon/celebahq).
1513

16-
1714
### Download pretrained weights
1815
Download pretrained weights [here](https://github.com/aladdinpersson/Machine-Learning-Collection/releases/download/1.0/ProGAN_weights.zip).
1916

0 commit comments

Comments
 (0)