ShiLiang Zhang
2023-09-04 51d5095762bcd6b4a2e8dd734fe89b84d2a7d2f5
funasr/bin/vad_inference_launch.py
@@ -123,7 +123,7 @@
                vad_results.append(item)
                if writer is not None:
                    ibest_writer["text"][keys[i]] = "{}".format(results[i])
        torch.cuda.empty_cache()
        return vad_results
    return _forward