File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
configs/experiments/encoder Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"model" : {
3
3
"encoder" : {
4
- "latent dimension" : 512 ,
4
+ "latent dimension" : 128 ,
5
5
"head" : {
6
6
"downsample steps" : [128 , 128 , 128 ],
7
7
"global context" : {
8
8
"name" : " v2" ,
9
9
"downsample steps" : [
10
- {"channels" : 256 , "kernel size" : 3 , "layers" : 5 },
11
- {"channels" : 512 , "kernel size" : 3 , "layers" : 5 },
12
- {"channels" : 768 , "kernel size" : 3 , "layers" : 5 }
10
+ {"channels" : 256 , "kernel size" : 3 , "layers" : 2 },
11
+ {"channels" : 256 , "kernel size" : 3 , "layers" : 2 },
12
+ {"channels" : 256 , "kernel size" : 3 , "layers" : 2 }
13
13
],
14
14
"mlp" : [1024 , 1024 ],
15
15
"final activation" : " relu"
24
24
"contexts mixer" : {
25
25
"extractor" : {
26
26
"name" : " combined" ,
27
- "weights activation" : " squared tanh" ,
27
+ "weights activation" : " tanh" ,
28
28
"extractors" : [
29
29
{
30
30
"name" : " interpolate" ,
You can’t perform that action at this time.
0 commit comments