gpt4 book ai didi

python - Keras : AttributeError: 'int' object has no attribute 'ndim' when using model. 适合

转载 作者:太空狗 更新时间:2023-10-30 00:47:34 27 4
gpt4 key购买 nike

尝试拟合模型时出现此错误

我正在使用 Keras,每次我都尝试拟合我的模型

padded_model.fit(train_X, train_y, epochs=50, verbose=1)

我收到这个错误:

'int' object has no attribute 'ndim'

最佳答案

如果 train_xtrain_y 是普通的 Python 列表,则它们没有 .ndim 属性。只有 Numpy 数组具有表示维数的此属性。

( https://docs.scipy.org/doc/numpy-1.12.0/reference/generated/numpy.ndarray.ndim.html )

关于python - Keras : AttributeError: 'int' object has no attribute 'ndim' when using model. 适合,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48699954/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com