llSourcell/AI_Composer

No chords / sequences in picle

Closed this issue · 1 comments

Number of chords: 0
Max Sequence length: 0
Avg Sequence length: 0
Num Sequences: 0

In def parse_nottingham_directory(input_dir, time_step, verbose=False):
these lines of code:
# filter out the non 2-track MIDI's
sequences = filter(lambda x: x[1] != None, sequences)

remove all sequences.
Is the data in the dataset.zip good?

This part of code works fine with Python 2.7.
It's a pity that tensorflow is not supported in windows for 2.7
Closing this issue.