Skip to content

Assamese model inferencing #6

@shreerakshaachlady

Description

@shreerakshaachlady

Hi,
I am trying to infer on Assamese model in the shared link.Getting the issue in config file.Using the below command mentioned in the repo.

python3 -m TTS.bin.synthesize --text "কেনেকুৱা আছ? আজি আহিব নালাগে" --model_path as/fastpitch//best_model.pth --config_path as/fastpitch/config.json --vocoder_path as/hifigan/best_model.pth --vocoder_config_path as/hifigan/config.json --out_path ./

Getting the below issue:
symbols, phonemes = make_symbols(**self.tts_config.characters)
TypeError: make_symbols() got an unexpected keyword argument 'characters_class'

Seems like some extra keyword has come in config.I tried removing these but phoneme generation also has some error.

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