-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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
Labels
No labels