resemble-ai / Resemblyzer

A python package to analyze and compare voices with deep learning
Apache License 2.0
2.66k stars 419 forks source link

End-to-end trainable model HERE #68

Closed JuanFMontesinos closed 2 years ago

JuanFMontesinos commented 2 years ago

Given the fact this repo is abandoned just want to point I ported the model to pytorch so that it's end-to-end trainable with batches given a pytorch waveform. So it no longer depends on numpy. Check PR https://github.com/resemble-ai/Resemblyzer/pull/67