pythonlessons/TensorFlow-object-detection-tutorial

File "generate_tfrecord.py", line 23, in <module> flags = tf.app.flags AttributeError: module 'tensorflow' has no attribute 'app'

clementks opened this issue · 2 comments

When running generate_tfrecord.py, encounter this issue on File "generate_tfrecord.py", line 23, in
flags = tf.app.flags
AttributeError: module 'tensorflow' has no attribute 'app'.

Any advice?

What version you use ?

@clementks try using tensorflow 1.15 version. It worked for me.