NeMo icon indicating copy to clipboard operation
NeMo copied to clipboard

Fix py3.11 dataclasses issue

Open MedAymenF opened this issue 8 months ago • 1 comments

What does this PR do ?

Fixes #9419.

Collection: [ASR]

Changelog

  • Fix dataclasses in examples/asr/transcribe_speech.py.
  • Fix dataclasses in examples/asr/speech_to_text_eval.py.

Before your PR is "Ready for review"

Pre checks:

  • [x] Make sure you read and followed Contributor guidelines
  • [ ] Did you write any new necessary tests?
  • [ ] Did you add or update any necessary documentation?
  • [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
    • [ ] Reviewer: Does the PR have correct import guards for all optional libraries?

PR Type:

  • [ ] New Feature
  • [x] Bugfix
  • [ ] Documentation

Additional Information

  • Related to #7166.

MedAymenF avatar Jun 11 '24 17:06 MedAymenF