Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,7 @@ license: mit
|
|
14 |
|
15 |
[FastGAN model](https://arxiv.org/abs/2101.04775) is a Generative Adversarial Networks (GAN) training on a small amount of high-fidelity images with minimum computing cost. Using a skip-layer channel-wise excitation module and a self-supervised discriminator trained as a feature-encoder, the model was able to converge after some hours of training for either 100 high-quality images or 1000 images datasets.
|
16 |
|
|
|
17 |
|
18 |
#### How to use
|
19 |
|
@@ -29,12 +30,6 @@ license: mit
|
|
29 |
|
30 |
[few-shot-fauvism-still-life](https://huggingface.co/datasets/huggan/few-shot-fauvism-still-life)
|
31 |
|
32 |
-
## Training procedure
|
33 |
-
|
34 |
-
Preprocessing, hardware used, hyperparameters...
|
35 |
-
|
36 |
-
## Eval results
|
37 |
-
|
38 |
## Generated Images
|
39 |
|
40 |
![Example image](example.png)
|
|
|
14 |
|
15 |
[FastGAN model](https://arxiv.org/abs/2101.04775) is a Generative Adversarial Networks (GAN) training on a small amount of high-fidelity images with minimum computing cost. Using a skip-layer channel-wise excitation module and a self-supervised discriminator trained as a feature-encoder, the model was able to converge after some hours of training for either 100 high-quality images or 1000 images datasets.
|
16 |
|
17 |
+
This model was trained on a dataset of 124 high-quality Fauvism painting images.
|
18 |
|
19 |
#### How to use
|
20 |
|
|
|
30 |
|
31 |
[few-shot-fauvism-still-life](https://huggingface.co/datasets/huggan/few-shot-fauvism-still-life)
|
32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
## Generated Images
|
34 |
|
35 |
![Example image](example.png)
|