PyTorch implementation of Attacking Speaker Recognition Systems with Deep Generative Models.
git clone https://github.com/rafaelvalle/asrgen.git
cd asrgen
pip install -r requirements.txt
python gan_train.py
tensorboard --logdir=./
jupyter notebook --ip=127.0.0.1 --port=31337
gan_synthesis.ipynb
This implementation uses code from the following repos: [NVIDIA's Tacotron 2] (https://github.com/nvidia/tacotron2), Martin Arjovsky and Prem Seetharaman.
We are thankful to Prem Seetharaman and Markus Rabe for their feedback on the early draft of this paper.
We are grateful to NVIDIA for donating the Titan X used in this research.