Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- cifar10
|
4 |
+
- https://www.robots.ox.ac.uk/~vgg/data/fgvc-aircraft/
|
5 |
+
---
|
6 |
+
|
7 |
+
GAN model trained on [CIFAR10 (Airplane)](https://www.tensorflow.org/datasets/catalog/cifar10) and [FGVC Aircraft](https://www.robots.ox.ac.uk/~vgg/data/fgvc-aircraft/) images. The model uses [Progressive Growing](https://arxiv.org/pdf/1710.10196.pdf) with [Spectral Normalization](https://arxiv.org/pdf/1802.05957.pdf).
|
8 |
+
|
9 |
+
| Generated Images | Real Images (for comparison) |
|
10 |
+
| -------- | --------- |
|
11 |
+
|  |  |
|
12 |
+
|
13 |
+
# Training Progression
|
14 |
+
<video width="50%" controls>
|
15 |
+
<source src="https://cdn-uploads.huggingface.co/production/uploads/649f9483d76ca0fe679011c2/qFlnTITZwS3DSTxLp0Oa8.mp4" type="video/mp4">
|
16 |
+
</video>
|
17 |
+
|
18 |
+
# Details
|
19 |
+
[Colab Notebook](https://colab.research.google.com/drive/1b4KFZOnLERwQW_3jQ8FMABepKEAcDIK7?usp=sharing)
|