Home

Awesome

MusicGenerator

Presentation

Experiment diverse Deep learning models for music generation with TensorFlow

Results

The different models and experiments are explained here.

Installation

The program requires the following dependencies (easy to install using pip):

Running

To train the model, simply run main.py. Once trained, you can generate the results with main.py --test --sample_length 500. For more help and options, use python main.py -h.

To visualize the computational graph and the cost with TensorBoard, run tensorboard --logdir save/.