我尝试使用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
如何解决?
答案 0 :(得分:1)
将keras
更新为2.0.2
并修复。