Skip to content
forked from akanametov/musegan

A Pytorch implementation of MuseGAN

License

Notifications You must be signed in to change notification settings

USTCKAY/musegan

 
 

Repository files navigation

MuseGAN

A Pytorch implementation of MuseGAN

Check out the generated piano music

⭐ Star this project on GitHub — it helps!

MuseGAN is a generative model which allows to generate music.

Table of content

Training

See demo for more details of training process.

  • The model components and utils are under gan folder.
  • The Midi dataset is under data/utils.py.
  • The MuseGAN model wrapper is under musegan.py.

To start training your own MuseGAN simply run train.py script with needed parameters.

Generator and Critic losses

License

This project is licensed under MIT.

Links

About

A Pytorch implementation of MuseGAN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%