nzkashan commited on
Commit
b2844e8
1 Parent(s): e81dcd3

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +62 -0
config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attention_layer_position": 8,
3
+ "channel_width": 128,
4
+ "class_embed_dim": 128,
5
+ "eps": 0.0001,
6
+ "layers": [
7
+ [
8
+ false,
9
+ 16,
10
+ 16
11
+ ],
12
+ [
13
+ true,
14
+ 16,
15
+ 16
16
+ ],
17
+ [
18
+ false,
19
+ 16,
20
+ 16
21
+ ],
22
+ [
23
+ true,
24
+ 16,
25
+ 8
26
+ ],
27
+ [
28
+ false,
29
+ 8,
30
+ 8
31
+ ],
32
+ [
33
+ true,
34
+ 8,
35
+ 4
36
+ ],
37
+ [
38
+ false,
39
+ 4,
40
+ 4
41
+ ],
42
+ [
43
+ true,
44
+ 4,
45
+ 2
46
+ ],
47
+ [
48
+ false,
49
+ 2,
50
+ 2
51
+ ],
52
+ [
53
+ true,
54
+ 2,
55
+ 1
56
+ ]
57
+ ],
58
+ "n_stats": 51,
59
+ "num_classes": 1000,
60
+ "output_dim": 128,
61
+ "z_dim": 128
62
+ }