Inference with the models present in Midi output folder works fine.
However, I could not find the final trained gan used to generate gan_final.midi set of music, so I tried to train.
I got the error below:

I looked and both generated_patterns and real_patterns seems to be the same dimension. Maybe I should look at something else in the code?
discriminator_inputs = numpy.concatenate([generated_patterns, real_patterns])
Inference with the models present in Midi output folder works fine.
However, I could not find the final trained gan used to generate gan_final.midi set of music, so I tried to train.
I got the error below:
I looked and both generated_patterns and real_patterns seems to be the same dimension. Maybe I should look at something else in the code?
discriminator_inputs = numpy.concatenate([generated_patterns, real_patterns])