语帆
2024-02-28 31e2eb39ad3965931f9df22fce86c708f4d9da95
funasr/models/lcbnet/model.py
@@ -442,9 +442,11 @@
        encoder_out, encoder_out_lens = self.encode(speech, speech_lengths)
        if isinstance(encoder_out, tuple):
            encoder_out = encoder_out[0]
        pdb.set_trace()
        ocr = ocr_sample_list[0]
        ocr_list_new = [[x + 1 if x != 0 else x for x in sublist] for sublist in ocr_sample_list]
        ocr = torch.tensor(ocr_list_new)
        ocr_lengths = ocr.new_full([1], dtype=torch.long, fill_value=ocr.size(1))
        pdb.set_trace()
        ocr, ocr_lens, _ = self.text_encoder(ocr, ocr_lengths)
        pdb.set_trace()
        # c. Passed the encoder result and the beam search