hi, thanks for you excellent work!
i noticed a bug fixing last week in official repo: QwenLM/Qwen3-TTS@022e286
in sft_12hz.py, talker_hidden_states = hidden_states[codec_mask[:, 1:]] -> talker_hidden_states = hidden_states[codec_mask[:, :-1]]
may i ask this fixing is correct or not? i tried both ways but seems there's no different for my both sft results.
hi, thanks for you excellent work!
i noticed a bug fixing last week in official repo: QwenLM/Qwen3-TTS@022e286
in sft_12hz.py, talker_hidden_states = hidden_states[codec_mask[:, 1:]] -> talker_hidden_states = hidden_states[codec_mask[:, :-1]]
may i ask this fixing is correct or not? i tried both ways but seems there's no different for my both sft results.