Skip to content

Training error [ValueError: all the input array dimensions except for the concatenation axis must match exactly] #2

Description

@JordanMicahBennett

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:

image

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])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions