AI_Composer
AI_Composer copied to clipboard
AI Composer for Machine Learning for Hackers #2
Hello Siraj, I fixed the model.py for the 0.10.0 version of tensorflow.
trained for 25 epoch.... after run python rnn_sample.py --config_file models/0425_1816/nl_2_hs_200_mc_0p5_dp_0p5_idp_0p8_tb_128.config it generated best.midi but i couldn't play it whether on ubuntu or windows
I tried to use the `accuracy` function from util.py. This code is from rnn.py and it computes the accuracy on the train_data : ``` loss, batch_prob_train = util.run_epoch(session, data["train"]["data"], training=True,...
I tried everything is available on StackOverflow and also tried: `pip install git+https://github.com/vishnubob/python-mid i@feature/python3` but still getting the same error. Thanks in advance.
i was trying this out and i got this im not good with code what am i doing wrong? Traceback (most recent call last): File "main.py", line 4, in import...

own midi
From what i see it gets the midis from a url ..can i input my own? i tried to change the dtataset.zip but when i put in my own midis...
When I try to execute ```python rnn_sample.py --config_file new_config_file.config``` I get the following error:  Any help is appreciated