-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed as not planned
Labels
Description
Describe the bug
SLU Model's classifier component's forward function is not called in kwargs, resulting in the error:
TypeError: All arguments must be passed by kwargs only for typed methods
Steps/Code to reproduce bug
Simply following the slu/speech_intent_slot example.
Expected behavior
Training passes through
Environment overview (please complete the following information)
- Environment location: docker
- Method of NeMo install: pip install nemo_toolkit["asr"]
- If method of install is [Docker], provide
docker pull&docker runcommands used: docker pull nvcr.io/nvidia/pytorch:25.01-py3
Environment details
Additional context
Reactions are currently unavailable