NeMo icon indicating copy to clipboard operation
NeMo copied to clipboard

Remove configs not relevant to Fast Conformer-CTC

Open MedAymenF opened this issue 8 months ago • 1 comments

What does this PR do ?

Removed "pred_hidden", "joint_hidden", and "pred_rnn_layers" because they are Fast Conformer-Transducer configs.

Collection: [ASR]

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
  • [ ] Bugfix
  • [X] Documentation

MedAymenF avatar Jun 11 '24 18:06 MedAymenF