Skip to content

dimension error for training  #1

@liorbenya

Description

@liorbenya

hello when i try to train the model it trows a dimension error for this lines:
model.fit(x=[training_img, train_padded_txt, train_input_length, train_label_length]
, y=np.zeros(len(training_img)),

the error:
ValueError: Data cardinality is ambiguous:
x sizes: 358800, 31707, 358800, 358800
y sizes: 358800
Make sure all arrays contain the same number of samples.

thank you very much!

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