AttributeError:'module'对象没有属性'image_data_format'

时间:2017-04-02 02:10:52

标签: tensorflow keras

我尝试使用keras tensorflow后端运行my first demo,但失败了:

Traceback (most recent call last): File "mnist_cnn.py", line 26, in <module> if K.image_data_format() == 'channels_first': AttributeError: 'module' object has no attribute 'image_data_format'

keras版本:1.2.1 tensorflow版本:1.0.1

如何解决?

1 个答案:

答案 0 :(得分:1)

keras更新为2.0.2并修复。