File size: 483 Bytes
7934b29 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
NeMo Speech Intent Classification and Slot Filling collection API
=================================================================
Model Classes
-------------
.. autoclass:: nemo.collections.asr.models.SLUIntentSlotBPEModel
:show-inheritance:
:members:
Mixins
------
.. autoclass:: nemo.collections.asr.parts.mixins.ASRModuleMixin
:show-inheritance:
:members:
.. autoclass:: nemo.collections.asr.parts.mixins.ASRBPEMixin
:show-inheritance:
:members:
|