- Rewrite BOOL attention-mask path for VAIML 1.7.x (avoids unknown type 9 / Slice BOOL) The FP32 encoder is written to encoder-model.fp32.static.npu.onnx. The decoder is written to decoder_joint-model ...
# s1 freqs: A=0.1 B=0.9 ; s2 freqs: A=0.4 B=0.6 assert math.isclose(ra[S.FREQ], base_a / total, rel_tol=1e-9) # geometric mean, normalised assert math.isclose(rb[S.FREQ], base_b / total, rel_tol=1e-9) ...