Skip to content

Commit 523a779

Browse files
reduce encoder size
1 parent 4c34ea6 commit 523a779

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

configs/experiments/encoder/v2-huge-plus.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"model": {
33
"encoder": {
4-
"latent dimension": 512,
4+
"latent dimension": 128,
55
"head": {
66
"downsample steps": [128, 128, 128],
77
"global context": {
88
"name": "v2",
99
"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}
1313
],
1414
"mlp": [1024, 1024],
1515
"final activation": "relu"
@@ -24,7 +24,7 @@
2424
"contexts mixer": {
2525
"extractor": {
2626
"name": "combined",
27-
"weights activation": "squared tanh",
27+
"weights activation": "tanh",
2828
"extractors": [
2929
{
3030
"name": "interpolate",

0 commit comments

Comments
 (0)