GRUV icon indicating copy to clipboard operation
GRUV copied to clipboard

GRUV is a Python project for algorithmic music generation.

Results 28 GRUV issues
Sort by recently updated
recently updated
newest added

I cant successfully run convert_directory without getting an assertion error. Flushing to disk... Traceback (most recent call last): File "C:\Users\vgcap_000\Desktop\toKeep\College Stuff\Notes by Class\COM 321\musicMakingAI\GRUV-master\convert_directory.py", line 15, in convert_wav_files_to_nptensor(new_directory, block_size, max_seq_len,...

I am not able to train using any dataset. I always get this error when I run ```python train.py``` ``` Traceback (most recent call last): File "train.py", line 5, in...

python /home/l/GRUV-master/convert_directory.py Traceback (most recent call last): File "/home/l/GRUV-master/convert_directory.py", line 13, in new_directory = convert_folder_to_wav(input_directory, freq) File "/home/l/GRUV-master/data_utils/parse_files.py", line 56, in convert_folder_to_wav for file in os.listdir(directory): OSError: [Errno 2] No...

Can you please add an open source license such as MIT, Apache? I would really like to contribute

While using train.py I get > WARNING (theano.configdefaults): g++ not detected ! Theano will be unable to execute optimized C-implementations (for both CPU and GPU) and will default to Python...

I've tested your code now with a lot of different song mixes, played around with the `nn_params` value and have a few questions about training in general: ```python #For best...

To fix this: The code generate.py, as it stands in the repo, includes the line cur_iter = 25 Just changing the 25 to a 50 fixed the issue. Not sure...

Hi, I'd like to be able to run this on my server, however the model seems to only use one core, and as I don't have a GPU it makes...

Hello, I have trained model and generated sample mp3, but when I was using generate.py this happened: /GRUV/data_utils/parse_files.py:72: ComplexWarning: Casting complex values to real discards the imaginary part Xnew =...

Using TensorFlow backend. Loading training data Finished loading training data /usr/lib/python2.7/dist-packages/keras/layers/core.py:1112: UserWarning: TimeDistributedDense is deprecated, please use TimeDistributed(Dense(...)) instead. warnings.warn('TimeDistributedDense is deprecated, ' Traceback (most recent call last): File "train.py",...