File size: 1,632 Bytes
42f4915
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
  "fov": 33,
  "delta": 8,
  "move_threshold": 0.9,
  "tgt_hi": 0.95,
  "tgt_lo": 0.05,
  "logit_clamp": 6.9,
  "fmaps": 32,
  "depth": 8,
  "in_channels": 2,
  "partition_bins": [
    0.0,
    0.01,
    0.02,
    0.03,
    0.04,
    0.05,
    0.06,
    0.075,
    0.1,
    0.2,
    0.3,
    0.4,
    0.5,
    0.6,
    0.7,
    0.8,
    0.9,
    1.0
  ],
  "min_instance_size": 2000,
  "coord_margin": null,
  "batch_per_gpu": 32,
  "lr": 0.001,
  "weight_decay": 0.0001,
  "grad_clip": 1.0,
  "max_steps": 300000,
  "warmup_steps": 20000,
  "rampB_steps": 80000,
  "max_unroll": 8,
  "walk_radius": 16,
  "seed_pad": 1,
  "additive_pom": false,
  "teacher_force_steps": 60000,
  "augment": true,
  "aug_gain": 0.1,
  "aug_bias": 0.05,
  "aug_noise": 0.02,
  "amp_dtype": "bfloat16",
  "channels_last": true,
  "compile": true,
  "compile_mode": "max-autotune-no-cudagraphs",
  "hardneg_frac": 0.5,
  "hardneg_radius": 6,
  "contact_radius": 2,
  "blind_hardneg": true,
  "gap_intensity_frac": 0.5,
  "synth_val_n": 60,
  "seed": 1234,
  "real_frac": 0.2,
  "real_val_n": 15,
  "inf_move_threshold": 0.9,
  "inf_seed_min_edt": 1.0,
  "seed_spacing": 6,
  "seed_reject_radius": 3,
  "fill_max_steps": 20000,
  "consensus_scales": [
    1,
    2
  ],
  "consensus_directions": 2,
  "agglo_radius": 5,
  "agglo_consistency": 0.6,
  "agglo_enabled": false,
  "adjacency_radius": 3,
  "merge_theta": 0.1,
  "gateA_merge_rate": 0.05,
  "gateA_voi_merge": 0.5,
  "gateA_bridge_ok_frac": 0.9,
  "eval_seed_sets": 5,
  "corpus_dir": "/root/surf/data/synthfuse_corpus",
  "slab_dir": "/root/data/slab",
  "work_dir": "/root/surf/ffn_work"
}