Add evaluation metrics for corrected adapter
Browse files
corrected_image_adapter_step500/evaluation_metrics.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"aligned": 0.9947297289090998,
|
| 3 |
+
"permuted": 1.0151713928755592,
|
| 4 |
+
"zero": 0.9915075919207404,
|
| 5 |
+
"permuted_penalty": 0.02044166396645941,
|
| 6 |
+
"zero_penalty": -0.003222136988359381,
|
| 7 |
+
"examples_with_repeats": 680,
|
| 8 |
+
"checkpoint": "/mnt/data1/janackermann/Code/GarmentParticles/src/outputs/pgf_realistic_image_adapter_pilot_fixed/2026-08-25/15-22-57/checkpoints/0000500",
|
| 9 |
+
"checkpoint_state": "ema"
|
| 10 |
+
}
|