ruv
9ad550d95f
feat(worldmodel): Candle Rust port + GCP GPU scripts (ADR-147 Phase 4+6)
Candle native port — wifi-densepose-occworld-candle v0.3.0:
- config.rs: OccWorldConfig (14 params matching occworld.py)
- vqvae.rs: ClassEmbedding(18→64), VQCodebook(512×512, squared-L2),
QuantConv/PostQuantConv(1×1 Conv2d), fold_3d_to_2d helpers
ResNet encoder/decoder are documented stubs (Phase 5 checkpoint pending)
- transformer.rs: full Candle MHA transformer (2 layers, temporal+spatial
cross-attention, FFN, pre-norm residuals)
- inference.rs: OccWorldCandle::dummy() + ::load() + predict()
InferenceOutput: sem_pred(1,15,200,200,16) + trajectory_priors
- 14/14 tests pass (12 lib + 2 doctests)
GCP GPU scripts — scripts/gcp/:
- provision_training.sh: a2-highgpu-8g (8×A100 40GB) for Phase 5 retraining
- run_training.sh: rsync + torchrun 8-GPU train + checkpoint download
- provision_cosmos.sh: a2-ultragpu-1g (A100 80GB) for Cosmos evaluation
- cosmos_eval.sh: run Cosmos-Transfer2.5 inference, download results
- teardown.sh: safe checkpoint download + instance delete
Co-Authored-By: claude-flow <ruv@ruv.net>
2026-05-29 20:52:51 -04:00
..
2026-05-29 20:52:51 -04:00
2026-05-25 17:36:40 -04:00
2026-03-14 13:39:51 -04:00
2026-05-21 18:56:52 -04:00
2026-04-03 08:50:48 -04:00
2026-04-02 22:04:57 -04:00
2026-04-03 00:18:29 -04:00
2026-04-02 22:40:48 -04:00
2026-04-02 23:40:23 -04:00
2026-05-25 17:36:40 -04:00
2026-05-11 10:48:14 -04:00
2026-03-14 13:39:51 -04:00
2026-04-06 14:07:25 -04:00
2026-04-02 22:04:57 -04:00
2026-04-03 00:34:57 -04:00
2026-04-03 00:36:38 -04:00
2026-04-03 13:03:18 -04:00
2026-04-03 08:52:50 -04:00
2026-05-12 22:19:15 -04:00
2026-03-03 11:35:57 -05:00
2026-04-06 14:07:25 -04:00
2026-05-19 17:03:09 -04:00
2026-05-24 13:00:38 -04:00
2026-04-03 08:50:48 -04:00
2026-04-25 21:28:13 -04:00
2026-03-15 11:49:29 -04:00
2026-05-28 16:24:37 -04:00
2026-05-25 17:36:40 -04:00
2026-05-26 12:26:02 -04:00
2026-03-14 13:39:51 -04:00
2026-03-14 13:39:51 -04:00
2026-04-06 14:39:21 -04:00
2026-04-03 08:52:50 -04:00
2026-04-03 08:50:48 -04:00
2026-04-03 00:36:38 -04:00
2026-04-03 00:34:57 -04:00
2026-03-15 16:10:10 -04:00
2026-05-29 18:46:56 -04:00
2026-05-29 18:46:56 -04:00
2026-04-03 08:52:50 -04:00
2026-05-17 19:50:55 -04:00
2026-05-17 17:00:37 -04:00
2026-04-02 22:04:16 -04:00
2026-04-02 22:04:16 -04:00
2026-05-17 17:00:37 -04:00
2026-03-14 13:39:51 -04:00
2026-03-14 13:39:51 -04:00
2026-03-14 13:39:51 -04:00
2026-04-25 21:28:13 -04:00
2026-03-14 13:39:51 -04:00
2026-04-06 17:18:41 -04:00
2026-05-23 15:34:48 -04:00
2026-04-02 19:32:18 -04:00
2026-04-03 00:18:29 -04:00
2026-04-03 09:09:53 -04:00
2026-04-03 08:52:50 -04:00
2026-04-03 08:50:48 -04:00
2026-05-25 10:32:46 -04:00
2026-05-29 18:46:56 -04:00
2026-05-25 17:36:40 -04:00
2026-05-25 17:36:40 -04:00
2026-05-25 17:36:40 -04:00
2026-04-03 09:09:53 -04:00
2026-04-03 08:50:48 -04:00
2026-04-03 00:34:31 -04:00
2026-04-03 08:50:48 -04:00
2026-03-14 13:39:51 -04:00
2026-05-28 18:57:08 -04:00
2026-04-03 08:52:50 -04:00
2026-04-02 23:05:07 -04:00
2026-05-21 19:47:04 -04:00
2026-04-03 09:37:08 -04:00
2026-04-06 14:55:35 -04:00
2026-04-02 23:40:23 -04:00
2026-04-02 22:04:57 -04:00
2026-05-17 18:01:44 -04:00
2026-03-14 13:39:51 -04:00
2026-04-20 10:38:23 -04:00
2026-05-23 16:13:28 -04:00
2026-05-23 16:13:28 -04:00
2026-05-28 18:57:08 -04:00
2026-05-28 16:24:37 -04:00
2026-04-02 23:40:23 -04:00
2026-05-23 16:13:28 -04:00