Skip to content

How to change speaker encoder to one-hot encoder #102

Description

@Jwaminju

Hi, I'm interested in this project, and I'm looking forward to run this with my Korean audio files.
But I'm undergraduated student with less knowledge about audio processing programming.

I've read a lot of issues in this repo, but I was confused.. so I uploaded this issue.
The Zero shot model demo got result, but I want to run AutoVC-One-Hot to compare.
Maybe I have to change make_metadata.py file to use one-hot encoder.
I tried to change speaker encoder to one-hot using tf.one_hot, but the print log of the variable, emb's shape(which was [1, 128, 80, 256]) was not same with the result of C(melsp)(whish was [1, 256])
I used the data same as demo wavs file.

image

Could you help me how to code the one-hot encodings? Thank you.

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