wan22-vae-flow-vs-control / val_split.json
WitneyWW's picture
Add motherboard ep000 tactile_right (first 20s) as a second tab
a6ad1fd verified
Raw
History Blame Contribute Delete
690 Bytes
{
"source": "compare_flow_adapters.py --adapters ./lora_out_fps6/lora_last.pt ./lora_out_flow/lora_last.pt --fps 6 --num-clips 32",
"log": "slurm-logs/cmp_flow_val.log",
"num_clips": 32,
"fps": 6,
"hi": 0.5,
"lo": 0.1,
"moving_pixel_frac": 0.048,
"arms": [
{
"name": "base",
"label": "base (frozen)",
"moving": 34.04,
"static": 36.77,
"all": 36.48
},
{
"name": "fps6",
"label": "control (flow_weight 0)",
"moving": 36.83,
"static": 39.96,
"all": 39.62
},
{
"name": "flow",
"label": "flow (flow_weight 1)",
"moving": 36.55,
"static": 40.16,
"all": 39.84
}
]
}