jgrusewski
2a9e185db9
fix(ml): pad state tensors in ALL code paths for tensor core alignment
...
Validation, action selection, and Q-value monitoring paths were using
raw state dimensions (51) while the model expected aligned dims (56).
Training epoch 1 passed because the GPU pipeline pads correctly, but
validation crashed: shape mismatch [1000,51] vs [56,1024].
Fixed: validation batch, select_actions_batch CPU fallback,
estimate_avg_q_value, compute_q_gap — all now zero-pad to aligned dim.
Also fixed model size estimation log to show aligned dims.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-08 03:20:43 +01:00
..
2026-02-25 11:56:00 +01:00
2026-02-25 11:56:00 +01:00
2026-03-03 02:04:22 +01:00
2026-03-01 22:42:36 +01:00
2026-03-02 15:41:23 +01:00
2026-02-25 11:56:00 +01:00
2026-02-25 11:56:00 +01:00
2026-03-08 02:42:19 +01:00
2026-03-07 19:14:46 +01:00
2026-02-26 01:24:02 +01:00
2026-03-02 15:41:23 +01:00
2026-03-03 09:26:53 +01:00
2026-03-03 17:42:41 +01:00
2026-03-08 02:42:19 +01:00
2026-03-08 02:42:19 +01:00
2026-03-06 20:25:42 +01:00
2026-03-03 16:16:07 +01:00
2026-03-07 23:28:18 +01:00
2026-02-25 11:56:00 +01:00
2026-03-07 13:00:07 +01:00
2026-02-25 11:56:00 +01:00
2026-03-08 02:42:19 +01:00
2026-02-25 11:56:00 +01:00
2026-03-03 17:42:41 +01:00
2026-02-25 11:56:00 +01:00
2026-03-03 17:42:41 +01:00
2026-03-03 17:42:41 +01:00
2026-03-02 15:41:23 +01:00
2026-02-25 11:56:00 +01:00
2026-02-25 11:56:00 +01:00
2026-02-25 11:56:00 +01:00
2026-02-25 11:56:00 +01:00
2026-03-01 15:56:43 +01:00
2026-02-25 11:56:00 +01:00
2026-03-04 18:10:04 +01:00
2026-02-28 23:47:31 +01:00
2026-03-03 05:23:31 +01:00
2026-02-25 11:56:00 +01:00
2026-03-03 05:23:31 +01:00
2026-02-25 11:56:00 +01:00
2026-02-25 11:56:00 +01:00
2026-02-25 11:56:00 +01:00
2026-02-25 11:56:00 +01:00
2026-03-03 17:42:41 +01:00
2026-03-03 17:42:41 +01:00
2026-03-03 17:42:41 +01:00
2026-03-08 03:20:43 +01:00
2026-03-02 15:41:23 +01:00
2026-02-25 11:56:00 +01:00
2026-02-25 11:56:00 +01:00
2026-02-25 11:56:00 +01:00
2026-03-06 16:27:17 +01:00
2026-03-03 17:42:41 +01:00
2026-02-25 11:56:00 +01:00
2026-02-25 11:56:00 +01:00
2026-03-04 18:27:42 +01:00
2026-02-25 11:56:00 +01:00
2026-03-02 15:41:23 +01:00
2026-03-04 23:13:25 +01:00
2026-02-25 11:56:00 +01:00
2026-02-25 11:56:00 +01:00
2026-03-07 12:08:39 +01:00
2026-02-27 10:03:42 +01:00
2026-03-03 17:42:41 +01:00
2026-02-25 11:56:00 +01:00
2026-03-02 15:41:23 +01:00
2026-03-05 23:19:38 +01:00
2026-02-25 11:56:00 +01:00
2026-02-25 11:56:00 +01:00
2026-02-25 11:56:00 +01:00
2026-02-25 11:56:00 +01:00
2026-02-26 18:09:01 +01:00
2026-03-03 16:16:07 +01:00
2026-03-05 20:45:13 +01:00
2026-02-25 11:56:00 +01:00
2026-03-02 15:41:23 +01:00
2026-03-01 18:29:43 +01:00
2026-02-25 11:56:00 +01:00
2026-03-07 19:14:46 +01:00