You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: