1
我曾嘗試使用keras
與tensorflow
後臺運行my first demo但失敗:AttributeError的: '模塊' 對象有沒有屬性 'image_data_format'
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
如何解決?