FFN_Models / run2 /config.json
nestorvfx's picture
Upload run2/config.json with huggingface_hub
42f4915 verified
Raw
History Blame Contribute Delete
1.63 kB
{
"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"
}