-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problems running this code #1
Comments
i use windows 10 ....i have python installed in ....C:\python35 ....just in c ..when i wanna rum main.py that is located in C in the folder "musicai" ....i go to cmd and type in ..first |
@Eumi I use Windows 10 too ... and i run the main.py as u say,but i got the error:' |
If you use Windows System. self.DATA_DIR_MIDI = 'data\\midi' # Originals midi files |
Hi, I was getting the same error as the @IEEE-FELLOW. After manually creating the folders data/midi/ragtimemusic, data/play, data/samples I am getting the following error.
When I tried to add some midi file under data/midi/ragtimemusic folder I get the following.
@llSourcell where can I find the correct midi files in order to run this code? Or how can I process my midi files and bring them to the right format in order to run this code? Many thanks, |
@eleansa I have been using files like the ones you can download around here: http://www.trachtman.org/ragtime/. Hope this helps! |
Thanks very much for your response @AlexMuresan! I will try it out! |
@eleansa I think one of the problems might be the MIDI file type. This Wikipedia article might help with understanding them, a bit:
Let me know if it works for you. |
hi @eleansa , |
ok so im really rather new to python and this probably isnt the best code to start learning on but any way for some reason i can input most of the beginning code but when i get to the import deepmusic.songstruct as music it give me this error, " http://prntscr.com/ekikab " the rest of the code from the file How_to_generate_music_in_tensorflow_LIVE/deepmusic/composer.py i really dont know if this code is just supposed to be put into a python 3.5 terminal or if its just a concept, i have installed everything (other than opencv because idk how but i have the files) on the read me file and it seemed to work (that was through the cmd terminal) i've been trying to get similar code to work for a few days now and still cant because something like this gives me an error that i dont know how to trouble shoot and it is also really late at night so i dont even know if this is where i should be posting this or not, any way any help is greatly appreciated or even just code i can copy and paste into a python terminal and it just does it and brings up a interface showing me whats its doing but yeah, help please.
The text was updated successfully, but these errors were encountered: