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

Bug fix in compute embedding without eval partition #1541

Merged
merged 1 commit into from
Apr 27, 2022
Merged

Conversation

Edresson
Copy link
Contributor

@Edresson Edresson commented Apr 26, 2022

Currently is not possible to ignore the eval partition in compute embeddings. It happens because the argparser type bool will return True always. So I rename the argparse parameter to "no_eval" and set as default False. So now we can disable the eval partition passing --no_eval True.

@Edresson Edresson merged commit 76b274e into dev Apr 27, 2022
@erogol erogol deleted the comp_emb_fix branch April 27, 2022 13:42
@erogol erogol restored the comp_emb_fix branch May 7, 2022 11:09
erogol added a commit that referenced this pull request May 7, 2022
commit 212d330
Author: Edresson Casanova <edresson1@gmail.com>
Date:   Fri Apr 29 16:29:44 2022 -0300

    Fix unit test

commit 44456b0
Author: Edresson Casanova <edresson1@gmail.com>
Date:   Fri Apr 29 07:28:39 2022 -0300

    Fix style

commit d545bea
Author: Edresson Casanova <edresson1@gmail.com>
Date:   Thu Apr 28 17:08:04 2022 -0300

    Change order of HIFI-GAN optimizers to be equal than the original repository

commit 657c544
Author: Edresson Casanova <edresson1@gmail.com>
Date:   Thu Apr 28 15:40:16 2022 -0300

    Remove audio padding before mel spec extraction

commit 76b274e
Merge: 379ccd7 6233f4f
Author: Edresson Casanova <edresson1@gmail.com>
Date:   Wed Apr 27 07:28:48 2022 -0300

    Merge pull request #1541 from coqui-ai/comp_emb_fix

    Bug fix in compute embedding without eval partition

commit 379ccd7
Author: WeberJulian <julian.weber@hotmail.fr>
Date:   Wed Apr 27 10:42:26 2022 +0200

    returns y_mask in VITS inference (#1540)

    * returns y_mask

    * make style
@erogol erogol deleted the comp_emb_fix branch May 7, 2022 11:32
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