mss_pytorch

Singing voice separator

This project provides a PyTorch implementation of a singing voice separation algorithm using recurrent inference and skip-filtering connections.

Singing Voice Separation via Recurrent Inference and Skip-Filtering Connections - PyTorch Implementation. Demo:

GitHub

171 stars
13 watching
32 forks
Language: Python
last commit: about 6 years ago
deep-learningmss-pytorchmusic-source-separationpytorchrecurrent-neural-networksskip-filtering-connections

Related projects:

Repository Description Stars
r9y9/deepvoice3_pytorch An implementation of text-to-speech synthesis using convolutional neural networks in PyTorch 1,969
seannaren/deepspeech.pytorch A deep learning-based speech recognition system built on top of PyTorch Lightning. 2,104
deepsound-project/samplernn-pytorch An implementation of an audio generation model using PyTorch 288
vitrioil/speech-separation An implementation of a speech separation algorithm using neural networks. 90
xiao-ming/unet-vocalseparation-chainer An implementation of U-Net singing voice separation model using Chainer framework 90
lijunnan1992/dividemix A PyTorch implementation of a semi-supervised learning framework for training deep neural networks with noisy labels by dynamically dividing the data into clean and noisy sets. 543
l0sg/relational-rnn-pytorch An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling 244
kazuto1011/pspnet-pytorch Re-implementation of a deep learning model for semantic segmentation using PyTorch. 52
mtg/deepconvsep A framework for training deep neural networks to separate music sources from audio files. 472
awni/speech A PyTorch implementation of end-to-end speech recognition models. 754
jacobgil/pytorch-pruning This project provides a PyTorch implementation of pruning techniques to reduce the computational resources required for neural network inference. 875
chosj95/mimo-unet Develops a deep learning model for single image deblurring with improved performance and computational efficiency 373
posenhuang/deeplearningsourceseparation A collection of MATLAB-based deep learning models and tools for source separation tasks in audio processing 366
shawn1993/cnn-text-classification-pytorch An implementation of Kim's Convolutional Neural Networks for Sentence Classification in PyTorch 1,020
michaelklachko/pnn.pytorch A PyTorch implementation of a neural network architecture that modifies the input to its layers by applying noise masks. 57