history = model.fit(X, y, batch_size=32, epochs=40, validation_split=0.1)
vấn đề là
Hiển thị lỗi:
ValueError: Failed to find data adapter that can handle input: <class 'numpy.ndarray'>, (<class 'list'> containing values of types {"<class 'int'>"})
model
gì Nó không phải là một phần của bất kỳ gói được gắn thẻ nào. Hiển thị truy nguyên đầy đủ.