Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix hybrid eval #7759

Merged
merged 5 commits into from
Oct 19, 2023
Merged

fix hybrid eval #7759

merged 5 commits into from
Oct 19, 2023

Conversation

karpnv
Copy link
Collaborator

@karpnv karpnv commented Oct 19, 2023

What does this PR do ?

fix hybrid eval

PR Type:

  • New Feature
  • [ V] Bugfix
  • Documentation

Who can review?

@titu1994

Additional Information

Signed-off-by: Nikolay Karpov <[email protected]>
Signed-off-by: Nikolay Karpov <[email protected]>
Signed-off-by: Nikolay Karpov <[email protected]>
Signed-off-by: Nikolay Karpov <[email protected]>
@@ -140,7 +140,7 @@ def beam_search_eval(
level = logging.getEffectiveLevel()
logging.setLevel(logging.CRITICAL)
# Reset config
model.change_decoding_strategy(None)
model.change_decoding_strategy(decoding_cfg=None, decoder_type="ctc")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is only for hybrid models, others don't support this

Signed-off-by: Nikolay Karpov <[email protected]>
Copy link
Collaborator

@titu1994 titu1994 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM !

@titu1994 titu1994 merged commit be2d4d6 into r1.21.0 Oct 19, 2023
12 checks passed
@titu1994 titu1994 deleted the issue7710r branch October 19, 2023 16:49
github-actions bot pushed a commit that referenced this pull request Oct 19, 2023
* fix

Signed-off-by: Nikolay Karpov <[email protected]>

* rename

Signed-off-by: Nikolay Karpov <[email protected]>

* docs

Signed-off-by: Nikolay Karpov <[email protected]>

* warning

Signed-off-by: Nikolay Karpov <[email protected]>

* if

Signed-off-by: Nikolay Karpov <[email protected]>

---------

Signed-off-by: Nikolay Karpov <[email protected]>
Co-authored-by: Nikolay Karpov <[email protected]>
titu1994 pushed a commit that referenced this pull request Oct 19, 2023
* fix



* rename



* docs



* warning



* if



---------

Signed-off-by: Nikolay Karpov <[email protected]>
Co-authored-by: Nikolay Karpov <[email protected]>
Co-authored-by: Nikolay Karpov <[email protected]>
burchim pushed a commit to burchim/NeMo that referenced this pull request Oct 28, 2023
* fix

* rename

* docs

* warning

* if

---------

Signed-off-by: Nikolay Karpov <[email protected]>
Co-authored-by: Nikolay Karpov <[email protected]>
Co-authored-by: Nikolay Karpov <[email protected]>
Signed-off-by: maxime burchi <[email protected]>
pzelasko pushed a commit to pzelasko/NeMo that referenced this pull request Jan 3, 2024
* fix

* rename

* docs

* warning

* if

---------

Signed-off-by: Nikolay Karpov <[email protected]>
Co-authored-by: Nikolay Karpov <[email protected]>
Co-authored-by: Nikolay Karpov <[email protected]>
Signed-off-by: Piotr Żelasko <[email protected]>
rohitrango pushed a commit to rohitrango/NeMo that referenced this pull request Jun 25, 2024
* fix



* rename



* docs



* warning



* if



---------

Signed-off-by: Nikolay Karpov <[email protected]>
Co-authored-by: Nikolay Karpov <[email protected]>
Co-authored-by: Nikolay Karpov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants