我正在使用Keras,每次我尝试适合我的模型
padded_model.fit(train_X, train_y, epochs=50, verbose=1)
我收到此错误:
'int'对象没有属性'ndim'
python anaconda keras tensorflow
anaconda ×1
keras ×1
python ×1
tensorflow ×1