history = model.fit(X, y, batch_size=32, epochs=40, validation_split=0.1)
(历史= model.fit(X,y,batch_size = 32,epochs = 40,validation_split = 0.1))
the line problem was this
(线路问题是这个)
Showing error:
(显示错误:)
ValueError: Failed to find data adapter that can handle input: , ( containing values of types {""})
(ValueError:未能找到可以处理输入的数据适配器:(包含类型为““”}的值))
ask by Neo translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…