juanmc2005 / SimilarityLearning

Similarity Learning applied to Speaker Verification and Semantic Textual Similarity
12 stars 7 forks source link

Integrate VoxCeleb #10

Closed juanmc2005 closed 5 years ago

juanmc2005 commented 5 years ago

Get familiar with the VoxCeleb dataset (doc provided) and integrate it into the project. Make it available through an interface similar to the already available MNIST dataset.

hbredin commented 5 years ago

See https://gist.github.com/hbredin/95c8b645ae7bf9bb7d6d814a90d8e4a1

This notebook is also available on the server in /vol/work1/bredin/for/juan.

juanmc2005 commented 5 years ago

Great! Thanks

juanmc2005 commented 5 years ago

VoxCeleb1 is now integrated. I added a separate issue to train a SV model and see if VoxCeleb1 and SpeakerModel can actually work together (probably not yet)