Skip to content

[TTS] Add audio masking to EasyMagpie - #16176

Open
rlangman wants to merge 1 commit into
mainfrom
em_mask
Open

[TTS] Add audio masking to EasyMagpie#16176
rlangman wants to merge 1 commit into
mainfrom
em_mask

Conversation

@rlangman

Copy link
Copy Markdown
Collaborator

What does this PR do ?

Add an optional config to randomly dropout autoregressive information supplied to EasyMagpie backbone and local transformer.

Collection: [TTS]

Usage

Add this to the easy magpie model config

  feature_masking:
    _target_: nemo.collections.tts.modules.magpietts_modules.FeatureMasking
    hidden_size: 1536

PR Type:

  • New Feature
  • Bugfix
  • Documentation
Signed-off-by: Ryan <rlangman@nvidia.com>
@rlangman rlangman self-assigned this Aug 31, 2026
@rlangman rlangman added the TTS label Aug 31, 2026
@copy-pr-bot

copy-pr-bot Bot commented Aug 31, 2026

Copy link
Copy Markdown

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1 participant