GANsynth Pytorch Save

A simplified PyTorch implementation of GANsynth

Project README

GANsynth-pytorch

A simplified PyTorch implementation of GANsynth from magenta. Some of the codes are borrowed from magenta orginal repo.

Note

This repo only support the best setting in the GANsynth paper which is a simple version comparing to orginal Tensorflow version by magenta team. So if you want to test other frequency setting, you may need to modify the code.

Prepare Data

Use Make Training Data notebook to generate HDF5 file for training.

Train a new model

You have to make a directory to save model checkpint and output spectrum first.

    python3 train.py

Inference

Use Inference notebook to load the model and generate audio.

Example Generated Audio

https://drive.google.com/open?id=1tNnOtcqCpgTTXGmkHJBA4K6MalBjdsPC

Reference

Open Source Agenda is not affiliated with "GANsynth Pytorch" Project. README Source: ss12f32v/GANsynth-pytorch
Stars
80
Open Issues
3
Last Commit
4 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating