geninhu commited on
Commit
3642089
1 Parent(s): 4a93bec

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - huggan
4
+ - gan
5
+ # See a list of available tags here:
6
+ # https://github.com/huggingface/hub-docs/blob/main/js/src/lib/interfaces/Types.ts#L12
7
+ # task: unconditional-image-generation or conditional-image-generation or image-to-image
8
+ license: mit
9
+ ---
10
+
11
+ # fastgan-few-shot-fauvism-still-life
12
+
13
+ ## Model description
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
+
20
+ ```python
21
+ # You can include sample code which will be formatted
22
+ ```
23
+
24
+ #### Limitations and bias
25
+
26
+ * Converge faster and better with small datasets (less than 1000 samples)
27
+
28
+ ## Training data
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
+ You can embed local or remote images using `![](...)`
41
+
42
+ ### BibTeX entry and citation info
43
+
44
+ ```bibtex
45
+ @article{FastGAN,
46
+ title={Towards Faster and Stabilized GAN Training for High-fidelity Few-shot Image Synthesis},
47
+ author={Bingchen Liu, Yizhe Zhu, Kunpeng Song, Ahmed Elgammal},
48
+ journal={ICLR},
49
+ year={2021}
50
+ }
51
+ ```