philipperemy / deep-speaker

Deep Speaker: an End-to-End Neural Speaker Embedding System.
MIT License
905 stars 241 forks source link

Code Question #66

Closed mapledxf closed 4 years ago

mapledxf commented 4 years ago

Hello there, I was trying to read the code, and got confused with this line: https://github.com/philipperemy/deep-speaker/blob/cc1a90baca155da824603f59bb3d54cef86f2152/conv_models.py#L61

what does 512 mean? is it the num of speakers?

philipperemy commented 4 years ago

@mapledxf no it's the length of the embeddings vectors. It can be of any arbitrary value and does not depend on the number of speakers.

mapledxf commented 4 years ago

@philipperemy got it, thx