Open jingzhaoo opened 3 weeks ago
Hi. MSDD is not an end-to-end model that performs speaker diarization from audio to label and it does not support ONNX export. We are less than a month ahead of releasing end-to-end speaker diarizer, so please try using the new model once it gets released.
Describe the bug
EncDecDiarLabelModel
inheritsExportableEncDecModel
which inheritsExportable
. That means it should be exported to pt or ONNX file. When I ran the following code to export it,I ran into errors:
The
input_names
attribute is defined inExportable
at here. Is this an issue related to Python MRO (method resolution order)?Steps/Code to reproduce bug
I added some lines after here.
Expected behavior
Both
speaker_model.py
andmsdd_model.pt
are generated.Environment overview (please complete the following information)
pip install -e ".[asr]"
under the root folder.Environment details
If NVIDIA docker image is used you don't need to specify these. Otherwise, please provide:
Additional context
Add any other context about the problem here. GPU model: Nvidia L4