File size: 259 Bytes
d7266cf |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
{
"model_config": {
"input_dim": 1,
"hidden_dim": 10,
"dropout": 0,
"n_layers": 3,
"conv_type": "SAGE",
"skip": "learnable",
"post_mp_dim": 64,
"margin": 0.5
},
"name": "neuromatch"
} |