add model card, conditioning, and training-time processing
Browse files- README.md +6 -2
- manifest.json +28 -2
README.md
CHANGED
|
@@ -20,8 +20,12 @@ gripper polarity still needs confirmation.
|
|
| 20 |
|
| 21 |
Architecture: FastWAM full 30-layer video + 30-layer action MoT.
|
| 22 |
|
| 23 |
-
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
|
| 26 |
## Conditioning
|
| 27 |
|
|
|
|
| 20 |
|
| 21 |
Architecture: FastWAM full 30-layer video + 30-layer action MoT.
|
| 22 |
|
| 23 |
+
Checkpoints follow the same layout as the existing WAM repositories:
|
| 24 |
+
|
| 25 |
+
- `checkpoints/weights/step_003150.pt` — SHA-256 `5fcd3ccfa8d6307a24dedfc9f8aadbec69e698a5a4218ad94f275914474dc9f9`
|
| 26 |
+
- `checkpoints/weights/step_006300.pt` — SHA-256 `eb3dca41eec86722bcfe5776bb46738417373d17cc11da1e65f4c5b4be34b0ab`
|
| 27 |
+
- `checkpoints/weights/step_009450.pt` — SHA-256 `f6c54e322ee97171177d68c671254faa1e31045d803f0943e60549a1fd5e13ff`
|
| 28 |
+
- `checkpoints/weights/step_012600.pt` — SHA-256 `9fc1147a649aeff4139d00fe70adc07f52ff46e7ffc6dc1b379e29d0aa18ed85`
|
| 29 |
|
| 30 |
## Conditioning
|
| 31 |
|
manifest.json
CHANGED
|
@@ -6,8 +6,34 @@
|
|
| 6 |
"visibility": "public",
|
| 7 |
"training_status": "partial_failed",
|
| 8 |
"planned_steps": 18900,
|
| 9 |
-
"
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
"failure": "shared /dev/shm video staging disappeared",
|
| 12 |
"robot_evaluation": "not performed",
|
| 13 |
"gripper_polarity": "unverified"
|
|
|
|
| 6 |
"visibility": "public",
|
| 7 |
"training_status": "partial_failed",
|
| 8 |
"planned_steps": 18900,
|
| 9 |
+
"checkpoint_steps": [
|
| 10 |
+
3150,
|
| 11 |
+
6300,
|
| 12 |
+
9450,
|
| 13 |
+
12600
|
| 14 |
+
],
|
| 15 |
+
"checkpoints": [
|
| 16 |
+
{
|
| 17 |
+
"step": 3150,
|
| 18 |
+
"path": "checkpoints/weights/step_003150.pt",
|
| 19 |
+
"sha256": "5fcd3ccfa8d6307a24dedfc9f8aadbec69e698a5a4218ad94f275914474dc9f9"
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"step": 6300,
|
| 23 |
+
"path": "checkpoints/weights/step_006300.pt",
|
| 24 |
+
"sha256": "eb3dca41eec86722bcfe5776bb46738417373d17cc11da1e65f4c5b4be34b0ab"
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"step": 9450,
|
| 28 |
+
"path": "checkpoints/weights/step_009450.pt",
|
| 29 |
+
"sha256": "f6c54e322ee97171177d68c671254faa1e31045d803f0943e60549a1fd5e13ff"
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"step": 12600,
|
| 33 |
+
"path": "checkpoints/weights/step_012600.pt",
|
| 34 |
+
"sha256": "9fc1147a649aeff4139d00fe70adc07f52ff46e7ffc6dc1b379e29d0aa18ed85"
|
| 35 |
+
}
|
| 36 |
+
],
|
| 37 |
"failure": "shared /dev/shm video staging disappeared",
|
| 38 |
"robot_evaluation": "not performed",
|
| 39 |
"gripper_polarity": "unverified"
|