samplernn-pytorch
Audio generator
An implementation of an audio generation model using PyTorch
PyTorch implementation of SampleRNN: An Unconditional End-to-End Neural Audio Generation Model
288 stars
12 watching
75 forks
Language: Python
last commit: over 1 year ago Related projects:
Repository | Description | Stars |
---|---|---|
soroushmehr/samplernn_iclr2017 | An unconditional end-to-end neural audio generation model utilizing a recurrent neural network architecture. | 537 |
richardassar/samplernn_torch | A Torch implementation of a deep learning model for generating audio from input data | 156 |
archinetai/audio-diffusion-pytorch | An audio generation library that uses diffusion models to produce high-quality audio samples from noise or text input | 1,961 |
seannaren/deepspeech.pytorch | A deep learning-based speech recognition system built on top of PyTorch Lightning. | 2,104 |
peihaochen/regnet | An implementation of a neural network for generating sound from video sequences | 52 |
vincentherrmann/pytorch-wavenet | An implementation of WaveNet for generating audio using PyTorch | 975 |
r9y9/deepvoice3_pytorch | An implementation of text-to-speech synthesis using convolutional neural networks in PyTorch | 1,969 |
kinwaicheuk/nnaudio | An audio processing toolkit using PyTorch convolutional neural networks to generate spectrograms from raw audio data | 1,032 |
l0sg/relational-rnn-pytorch | An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 244 |
justdark/pytorch-poetry-gen | A PyTorch-based character-level neural network trained on Chinese poetry to generate poetic phrases | 239 |
eduardoleao052/js-pytorch | A JavaScript library that provides GPU-accelerated deep learning capabilities with automatic differentiation and neural network layers. | 1,084 |
zhanghang1989/pytorch-encoding | A Python framework for building deep learning models with optimized encoding layers and batch normalization. | 2,041 |
michaelklachko/pnn.pytorch | A PyTorch implementation of a neural network architecture that modifies the input to its layers by applying noise masks. | 57 |
mtg/deepconvsep | A framework for training deep neural networks to separate music sources from audio files. | 472 |
fgxaos/pytorch-innvestigate | PyTorch implementation of an explainability technique for deep neural networks | 9 |