Skip to content

Commit 8cbaf3e

Browse files
progan cyclegan
1 parent c67e7f8 commit 8cbaf3e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ML/Pytorch/GANs/CycleGAN/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The model was trained on Zebra<->Horses dataset.
1414
The dataset can be downloaded from Kaggle: [link](https://www.kaggle.com/suyashdamle/cyclegan).
1515

1616
### Download pretrained weights
17-
Pretrained weights [will upload soon]().
17+
Pretrained weights [download](https://github.com/aladdinpersson/Machine-Learning-Collection/releases/download/1.0/CycleGAN_weights.zip).
1818

1919
Extract the zip file and put the pth.tar files in the directory with all the python files. Make sure you put LOAD_MODEL=True in the config.py file.
2020

ML/Pytorch/GANs/ProGAN/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
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.
33

44
## Results
5-
The model was trained on the Maps dataset and for fun I also tried using it to colorize anime.
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.
66

7-
||
7+
|First is 64 random examples (not cherry picked) and second is more cherry picked examples. |
88
|:---:|
99
|![](results/64_examples.png)|
1010
|![](results/result1.png)|

0 commit comments

Comments
 (0)