AI_Composer icon indicating copy to clipboard operation
AI_Composer copied to clipboard

AI Composer for Machine Learning for Hackers #2

Results 15 AI_Composer issues
Sort by recently updated
recently updated
newest added

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...

![default](https://cloud.githubusercontent.com/assets/22195218/19340511/d40d38b6-915b-11e6-9374-c2a5cfadd467.PNG)

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: ![image](https://cloud.githubusercontent.com/assets/17760399/22178291/4986efc4-e058-11e6-9c20-0a39dfa961f2.png) Any help is appreciated