testdotai/classifier-builder

not bug

Closed this issue · 0 comments

Traceback (most recent call last):
File "retrain.py", line 1333, in
tf.app.run(main=main, argv=[sys.argv[0]] + unparsed)
AttributeError: 'module' object has no attribute 'app'

python2.7.16 macos 10.14.6 tensorflow 2.1.0

resolved : import tensorflow.compat.v1 as tf

sorry....