mycrazycracy / tf-kaldi-speaker

Neural speaker recognition/verification system based on Kaldi and Tensorflow
Apache License 2.0
32 stars 16 forks source link

About the GhostVLAD pooling #9

Closed kjw11 closed 4 years ago

kjw11 commented 4 years ago

Thanks for realsing this useful implement, it greatly helps my work. However, I notice that there are GhostVLAD pooling experiments in RESULTS.md file, but I did not find relevant function in pooling.py file. I currently need to do some tests on this popular pooling method. Would you like to provide GhostVLAD pooling function? Truely appreciate your help.

mycrazycracy commented 4 years ago

Sorry! I just notice this issue... Actually, I released the VLAD code before. But since I found it is not helpful in my experiments, I deleted the related code. If you understand the formula of VLAD, it is very easy to implement. I may re-implement the pooling function in the future but it would certainly take some time. Sorry to reply late!

kjw11 commented 4 years ago

Thanks for your reply. I will try it.