You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
in captcha_records.py stroke 123 it says:
AttributeError: module 'tensorflow' has no attribute 'app'
i changed tf.app.run(main=main, argv=[sys.argv[0]] + unparsed) to tf.compat.v1.run(main=main, argv=[sys.argv[0]] + unparsed)
now it says module 'tensorflow.compat.v1' has no attribute 'run'
The text was updated successfully, but these errors were encountered:
Hi.
in captcha_records.py stroke 123 it says:
AttributeError: module 'tensorflow' has no attribute 'app'
i changed tf.app.run(main=main, argv=[sys.argv[0]] + unparsed) to tf.compat.v1.run(main=main, argv=[sys.argv[0]] + unparsed)
now it says module 'tensorflow.compat.v1' has no attribute 'run'
The text was updated successfully, but these errors were encountered: