kingabzpro commited on
Commit
15d8cb6
1 Parent(s): b747dab

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
+ - dcgans
6
+ task: image-generation
7
+ license: apache-2.0
8
+ datasets:
9
+ - huggan/CelebA-faces
10
+ ---
11
+
12
+ # Fake Faces with DCGANs
13
+
14
+ ## Model description
15
+
16
+ Describe the model here (what it does, what it's used for, etc.)
17
+
18
+ ## Intended uses & limitations
19
+
20
+ #### How to use
21
+
22
+ ```python
23
+ # You can include sample code which will be formatted
24
+ ```
25
+
26
+ #### Limitations and bias
27
+
28
+ Provide examples of latent issues and potential remediations.
29
+
30
+ ## Training data
31
+
32
+ Describe the data you used to train the model.
33
+ If you initialized it with pre-trained weights, add a link to the pre-trained model card or repository with description of the pre-training data.
34
+
35
+ ## Training procedure
36
+
37
+ Preprocessing, hardware used, hyperparameters...
38
+
39
+ ## Eval results
40
+
41
+ ## Generated Images
42
+
43
+ You can embed local or remote images using `![](...)`
44
+
45
+ ### BibTeX entry and citation info
46
+
47
+ ```bibtex
48
+ @inproceedings{...,
49
+ year={2020}
50
+ }
51
+ ```