Update config.json
Browse files- config.json +5 -3
config.json
CHANGED
@@ -5,20 +5,22 @@
|
|
5 |
"activation_function": "gelu",
|
6 |
"attention_probs_dropout_prob": 0.0,
|
7 |
"embedding_dropout_prob": 0.0,
|
|
|
8 |
"hidden_size": 1024,
|
9 |
-
"image_size":
|
10 |
"initializer_range": 0.02,
|
11 |
"intermediate_size": 4096,
|
12 |
"layer_norm_eps": 1e-12,
|
13 |
"model_type": "ict",
|
14 |
-
"output_height": 256,
|
15 |
-
"output_width": 256,
|
16 |
"num_attention_heads": 8,
|
17 |
"num_channels": 3,
|
18 |
"num_hidden_layers": 35,
|
19 |
"num_residual_blocks": 8,
|
|
|
20 |
"qkv_bias": true,
|
21 |
"residual_dropout_prob": 0.0,
|
|
|
|
|
22 |
"transformers_version": "4.30.0.dev0",
|
23 |
"vocab_size": 512
|
24 |
}
|
|
|
5 |
"activation_function": "gelu",
|
6 |
"attention_probs_dropout_prob": 0.0,
|
7 |
"embedding_dropout_prob": 0.0,
|
8 |
+
"gan_loss_function": "nsgan",
|
9 |
"hidden_size": 1024,
|
10 |
+
"image_size": 32,
|
11 |
"initializer_range": 0.02,
|
12 |
"intermediate_size": 4096,
|
13 |
"layer_norm_eps": 1e-12,
|
14 |
"model_type": "ict",
|
|
|
|
|
15 |
"num_attention_heads": 8,
|
16 |
"num_channels": 3,
|
17 |
"num_hidden_layers": 35,
|
18 |
"num_residual_blocks": 8,
|
19 |
+
"output_image_size": 256,
|
20 |
"qkv_bias": true,
|
21 |
"residual_dropout_prob": 0.0,
|
22 |
+
"temperature": 1.0,
|
23 |
+
"top_k": 50,
|
24 |
"transformers_version": "4.30.0.dev0",
|
25 |
"vocab_size": 512
|
26 |
}
|