Skip to content

Getting error on python polyphonic_lstm_training.py #3

@hemanth2410

Description

@hemanth2410

Traceback (most recent call last): File "polyphonic_lstm_training.py", line 217, in X, Y = make_feature_vector(song, chord_train_set[i], chord_embed_method) File "polyphonic_lstm_training.py", line 147, in make_feature_vector X_chords = list(chord_embed_model.embed_chords_song(chords)) File "C:\Users\saihe\Downloads\JamBot\chord_model.py", line 126, in embed_chords_song embeded_chords.append(self.embed_chord(chord)) File "C:\Users\saihe\Downloads\JamBot\chord_model.py", line 118, in embed_chord return self.embed_layer_output([[[chord]]])[0][0][0] IndexError: invalid index to scalar variable.

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