Skip to content

ismailkilic/DeepLeanirngJazz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepLeanirngJazz

Artificial Untelligence Lesson Final Project

I edited it so that it can run in Python3 and edited some parts in algorithm. Added MidiPlayer4.

Dependencies

Instructions

Run on CPU with command:

python generator.py [# of epochs]

Run on GPU with command:

THEANO_FLAGS=mode=FAST_RUN,device=gpu,floatX=float32 python generator.py [# of epochs]

Note: running Keras/Theano on GPU is formally supported for only NVIDIA cards (CUDA backend).

Note: preprocess.py must be modified to work with other MIDI files (the relevant "melody" MIDI part needs to be selected). The ability to handle this natively is a planned feature.

Author

###----------------------------------------------------------------###

deepjazz was created by Ji-Sung Kim in the spring of 2016.

Original Author: Ji-Sung Kim Date of creation: April 1, 2016 Code license: Apache License 2.0

###----------------------------------------------------------------###

About

Artificial Untelligence Lesson Final Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published