Keras -- AttributeError: 'Tensor' object has no attribute '_keras_history'

**web 在Keras下改网络时遇到AttributeError: ‘Tensor’ object has no attribute ‘_keras_history’ ** 直接对输入进行索引操做 错误代码以下:网络 x = img_input[:,:,:,0:3] x_art = img_input[:,:,:,3:6] x_nc = img_input[:,:,:,6:9] 报错如上。 修改
相关文章
相关标签/搜索