AttributeError: module ‘keras.backend‘ has no attribute ‘image_dim_ordering‘

AttributeError: module ‘keras.backend’ has no attribute ‘image_dim_ordering’

if K.image_dim_ordering() == 'tf':
AttributeError: module 'keras.backend' has no attribute 'image_dim_ordering'

版本问题,改为

if K.image_data_format() == 'channels_first':

猜你喜欢

转载自blog.csdn.net/kris_paul/article/details/109129568
今日推荐