a-nagrani / VGGVox

VGGVox models for Speaker Identification and Verification trained on the VoxCeleb (1 & 2) datasets
377 stars 85 forks source link

What is the final embedding dimension used for computing distance. #16

Open abinayreddy opened 5 years ago

abinayreddy commented 5 years ago

In the paper, the dimension of the final embedding is mentioned as 512, and in the code, the final computed embedding dimension is 128, but in the provided code 2048 dimensional embedding is used for computing distance.