keras_to_tensorflow
keras_to_tensorflow copied to clipboard
AttributeError: 'module' object has no attribute 'set_image_data_format'
sing TensorFlow backend.
Traceback (most recent call last):
File "keras_to_tensorflow.py", line 182, in
How to fix that ?
Hello, are you Chinese,may I ask you some questions
是,能说中文,我觉得可能是我版本的问题.
我想将我的一个简单的keras模型转成tensorflow模型,出现TypeError: Expected Operation, Variable, or Tensor, got 0 的问题,很苦恼
set_image_data_format is well-documented here: keras.io
Which Keras version are you using?
I wonder if you have not updated your Keras library for quite some time. Try updating it and test again.