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 got a type error when running the convert_directory.py file. Any ideas? Traceback (most recent call last): File "convert_directory.py", line 15, in convert_wav_files_to_nptensor(new_directory, block_size, max_seq_len, output_filename) File "/Users/dan/Documents/python/GRUV-master/data_utils/parse_files.py", line 126,...

Hello, Can anyone please help with this. When I enter "pip install lame" I get this error. > ERROR: Could not find a version that satisfies the requirement lame (from...

I'm having a few problems getting all the dependencies working, wondered if there were any plans to make a handy containerised version?

Hello, Can anyone please help with this When I run convert_directory.py I get the error message: > 'sox' is not recognized as an internal or external command, > operable program...

Can't convert test.mp3 > Traceback (most recent call last): > File "convert_directory.py", line 1, in > from data_utils.parse_files import * > File "/Users/odomojuli/GRUV/data_utils/parse_files.py", line 124 > print 'Processing: ', (file_idx+1),'/',num_files...

when I run convert_directory.py , it appears ‘name 'xrange' is not defined’. What's wrong with it?

Apologies, but I'm a little out of my element and I haven't found an answer I find as actionable during my efforts to find an answer. I have the "yourmusiclibrary"...

I got the error: python train.py Using Theano backend. Loading training data Finished loading training data /home/keras_music/local/lib/python2.7/site-packages/keras/layers/core.py:1206: UserWarning: `TimeDistributedDense` is deprecated, And will be removed on May 1st, 2017. Please...

After my training i typed `python generate.py` and this shows up: `Loading training data` `Finishing loading training data` `Starting generation!` `Finishing generation!` `/home/docp/GRUV/data_utils/parse_files.py:72: ComplexWarning: Casting complex values to real discards...

I was able to successfully run train.py on my laptop. I went to switch the program to my PC so I could train faster. But when I rebuilt the program...