东方耀AI技术分享

标题: AttributeError: module 'keras.backend' has no attribute 'image_dim_ordering' [打印本页]

作者: 东方耀    时间: 2019-11-18 18:02
标题: AttributeError: module 'keras.backend' has no attribute 'image_dim_ordering'
AttributeError: module 'keras.backend' has no attribute 'image_dim_ordering'
import keras.backend as K
报错代码为:K.image_dim_ordering() == 'tf'


改为:
K.image_data_format() == 'channels_last'







欢迎光临 东方耀AI技术分享 (http://www.ai111.vip/) Powered by Discuz! X3.4