File size: 238 Bytes
68dfd29
18d26c3
 
 
 
 
 
 
 
 
 
 
 
68dfd29
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "in_dim": 10,
  "out_dim": 1,
  "hidden_dim": 128,
  "depth": 4,
  "heads": 8,
  "mlp_ratio": 2,
  "dropout": 0.0,
  "activation": "gelu",
  "include_pos": true,
  "space_dim": 2,
  "latent_multiplier": 2.0,
  "max_latent_steps": 4
}