[e66fb7]: / src / configs / IndivMLPEmb_Shared / config.json

Download this file

16 lines (15 with data), 296 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
{
"in_dim": 2049,
"n_classes": 4,
"shared_embed_dim": 256,
"indiv_embed_dim": 128,
"postcat_embed_dim": 1024,
"shared_mlp": true,
"indiv_mlps": false,
"postcat_mlp": false,
"n_fc_layers": 1,
"shared_dropout": 0.1,
"indiv_dropout": 0.1,
"postcat_dropout": 0.1,
"p": 32
}