Fix padding in OneBlob for SoA output
Hi @Tom94,
here's a quick fix for the padding in the OneBlob encoding. Previously, the encoding seems to overwrite some of its own data with padding when the output matrix is in SoA layout, because it starts at offset `n_dims_to_encode` rather than at `n_output_dims` (= `n_dims_to_encode * num_bins`). This PR should fix that :)
Greetings from Zürich,
– Alex
合并状态:已合并 合并于 2025-09-26 关闭于 2025-09-26 1 条评论