An open API service indexing awesome lists of open source software.

https://github.com/zimmerrol/vggvox-pytorch

Implementation of the VGGVox network in PyTorch.
https://github.com/zimmerrol/vggvox-pytorch

Last synced: about 1 year ago
JSON representation

Implementation of the VGGVox network in PyTorch.

Awesome Lists containing this project

README

          

# VGGVox for `pytorch`
Implementation of the `VGGVox` network using `pytorch`. The implementation is based on the descriptions given in the papers

-A. Nagrani, J. S. Chung, A. Zisserman, VoxCeleb: a large-scale speaker identification dataset, INTERSPEECH, 2017
-S. Albanie, A. Nagrani, A. Vedaldi: Emotion Recognition in Speech using Cross-Modal Transfer in the Wild

# Content
This repository contains the implementation of the `VGGVox` network itself, some utility functions for audio processing and an example `DataLoader` for audio files.