All Projects → seaniezhao → Torch_npss

seaniezhao / Torch_npss

Licence: mit
pytorch implementation of Neural Parametric Singing Synthesizer 歌声合成

Projects that are alternatives of or similar to Torch npss

Pysynth
Several simple music synthesizers in Python 3. Input from ABC or MIDI files is also supported.
Stars: ✭ 279 (+142.61%)
Mutual labels:  jupyter-notebook, synthesizer
Shadowmusic
A temporal music synthesizer
Stars: ✭ 28 (-75.65%)
Mutual labels:  jupyter-notebook, synthesizer
Web Synth
A web-based sound synthesis, music production, and audio experimentation platform
Stars: ✭ 47 (-59.13%)
Mutual labels:  jupyter-notebook, synthesizer
Ml19 20a
CS 771A: Introduction to Machine Learning, IIT Kanpur, 2019-20-autumn offering
Stars: ✭ 115 (+0%)
Mutual labels:  jupyter-notebook
Gutenberg Poetry Corpus
A corpus of poetry from Project Gutenberg
Stars: ✭ 115 (+0%)
Mutual labels:  jupyter-notebook
Cpm
Convolutional Pose Machines in TensorFlow
Stars: ✭ 115 (+0%)
Mutual labels:  jupyter-notebook
Pyrosetta.notebooks
Jupyter Notebooks for learning the PyRosetta platform for biomolecular structure prediction and design
Stars: ✭ 116 (+0.87%)
Mutual labels:  jupyter-notebook
Quantum Algorithms Tutorials
Tutorials for Quantum Algorithms with Qiskit implementations.
Stars: ✭ 115 (+0%)
Mutual labels:  jupyter-notebook
Nlp Models Tensorflow
Gathers machine learning and Tensorflow deep learning models for NLP problems, 1.13 < Tensorflow < 2.0
Stars: ✭ 1,603 (+1293.91%)
Mutual labels:  jupyter-notebook
Traffic Signs
Building a CNN based traffic signs classifier.
Stars: ✭ 115 (+0%)
Mutual labels:  jupyter-notebook
Baselines Results
Stars: ✭ 115 (+0%)
Mutual labels:  jupyter-notebook
Robust Physical Attack
Physical adversarial attack for fooling the Faster R-CNN object detector
Stars: ✭ 115 (+0%)
Mutual labels:  jupyter-notebook
Jwst
Python library for science observations from the James Webb Space Telescope
Stars: ✭ 115 (+0%)
Mutual labels:  jupyter-notebook
Reachy
Open source interactive robot to explore real-world applications!
Stars: ✭ 115 (+0%)
Mutual labels:  jupyter-notebook
Emp
Code repository of the Earth Microbiome Project.
Stars: ✭ 115 (+0%)
Mutual labels:  jupyter-notebook
Coursera reinforcement learning
Coursera Reinforcement Learning Specialization by University of Alberta & Alberta Machine Intelligence Institute
Stars: ✭ 114 (-0.87%)
Mutual labels:  jupyter-notebook
Dat8
General Assembly's 2015 Data Science course in Washington, DC
Stars: ✭ 1,516 (+1218.26%)
Mutual labels:  jupyter-notebook
A Nice Mc
Code for "A-NICE-MC: Adversarial Training for MCMC"
Stars: ✭ 115 (+0%)
Mutual labels:  jupyter-notebook
Lnpr book codes
Codes for Lecture Notes in Probabilistic Robotics
Stars: ✭ 115 (+0%)
Mutual labels:  jupyter-notebook
Bayareadlschool
Slides and exercises for the Theano tutorial at the Deep Learning School in Stanford, September 24-25, 2016
Stars: ✭ 115 (+0%)
Mutual labels:  jupyter-notebook

torch_npss

中文(chinese)

implementation of A Neural Parametric Singing Synthesizer: https://arxiv.org/abs/1704.03809

  • pretrained models are provided in snapshots/
  • generated samples are in data/gen_wav/

sample

try it out!

note: test labels are in data/timbre_model/test
pip install -r requirements.txt 
python inference.py

try with your own data

put your own raw and label data in data/raw/
change custom_test in data/preprocess.py to True
run data/preprocess.py
run generate_test('your_file_name') in inference.py 

train your own model

  • put your audio and label in data/raw
  • run data/preprocess.py
  • adjust condition_channel in hparam.py according to your data
  • run train_harmonoc.py train_aperoidic.py train_vuv.py
  • if you have any questions feel free to leave an issue
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].