TensorFlow-object-detection-tutorial
TensorFlow-object-detection-tutorial copied to clipboard
File "generate_tfrecord.py", line 23, in <module> flags = tf.app.flags AttributeError: module 'tensorflow' has no attribute 'app'
When running generate_tfrecord.py, encounter this issue on File "generate_tfrecord.py", line 23, in
Any advice?
What version you use ?
@clementks try using tensorflow 1.15 version. It worked for me.