{
  "device": "cuda",
  "dataset": "community",
  "num_graphs": null,
  "min_n_nodes": null,
  "max_n_nodes": null,
  "n_epochs": 3000,
  "batch_size": 32,
  "tsp": 0.8,
  "patience": 3000,
  "coord_dim": 3,
  "node_dim": 16,
  "message_dim": 32,
  "n_layers": 1,
  "norm_type": "nn",
  "norm_cap": null,
  "act": "tanh",
  "std": 0.5,
  "n_min_steps": 15,
  "n_max_steps": 25,
  "fire_rate": 1.0,
  "is_residual": true,
  "has_coord_act": true,
  "has_attention": false,
  "init_rand_node_feat": false,
  "pool_size": 5,
  "rep_sch": [
    0,
    5,
    1000,
    1000
  ],
  "learn_dec": true,
  "d1": 1.0,
  "d2": 1.0,
  "lr": 0.0005,
  "dlr": 0.0005,
  "b1": 0.9,
  "b2": 0.999,
  "wd": 1e-05,
  "grad_clip_val": 0.1,
  "patience_sch": 100,
  "factor_sch": 0.5
}