DrishtiSharma commited on
Commit
80ad760
1 Parent(s): 93244bf
Files changed (3) hide show
  1. README.md +50 -0
  2. config.json +1 -0
  3. model.pt +3 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ # MyModelName
12
+
13
+ ## Model description
14
+
15
+ Describe the model here (what it does, what it's used for, etc.)
16
+
17
+ ## Intended uses & limitations
18
+
19
+ #### How to use
20
+
21
+ ```python
22
+ # You can include sample code which will be formatted
23
+ ```
24
+
25
+ #### Limitations and bias
26
+
27
+ Provide examples of latent issues and potential remediations.
28
+
29
+ ## Training data
30
+
31
+ Describe the data you used to train the model.
32
+ 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.
33
+
34
+ ## Training procedure
35
+
36
+ Preprocessing, hardware used, hyperparameters...
37
+
38
+ ## Eval results
39
+
40
+ ## Generated Images
41
+
42
+ You can embed local or remote images using `![](...)`
43
+
44
+ ### BibTeX entry and citation info
45
+
46
+ ```bibtex
47
+ @inproceedings{...,
48
+ year={2020}
49
+ }
50
+ ```
config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"latent_dim": 256, "image_size": 256, "optimizer": "adam", "fmap_max": 512, "fmap_inverse_coef": 12, "transparent": false, "greyscale": false, "disc_output_size": 1, "attn_res_layers": [32], "freq_chan_attn": false, "ttur_mult": 1.0, "lr": 0.0002}
model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e77f4f806d28e489323c77273ec5a6d3620716818cfaec35cb132034facbfcfc
3
+ size 151458647