Skip to content

which unit sequence to use for training and inference #3

Description

@yunlong-hub

scripts/diffusion/train.sh:

trianing en -> other direction with reduced unit

lang="fr"
data_dir=$cvss_dir/$lang-en/en2${lang}/orig_unit

scripts/diffusion/unit_gen.sh:

use to synthesize reduced es/fr speech-units based on diffusion model

lang="fr"
reduce_tsv=$cvss_dir/$lang-en/en2${lang}/reduce_unit
orig_tsv=$cvss_dir/$lang-en/en2${lang}/orig_unit

Your comment says you trained with the simplified unit sequence, but the actual path points to the orig directory.
During inference, the reasoning is done on the simplified sequence.
Could you tell me more about what you're working on? Knowing the context might help me provide a more specific and helpful explanation.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions