calclavia / DeepJ

A deep learning model for style-specific music generation.

Home Page:https://arxiv.org/abs/1801.00887

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing music module in distribution.py

syedrafee opened this issue · comments

Hi i was trying to install the music package using conda but couldn't find it. Is the music file written by you or its a inbuilt python program? I am using the tensorflow version of deepj

Are you talking about python-midi package? you will have to install it as it's suggested in the README file. "Clone Python MIDI (https://github.com/vishnubob/python-midi)
move to python-midi folder
then install using python3 setup.py install
".