Deprecated tf.app.run removed in mnist_tflite.py

This commit is contained in:
Siju Samuel 2019-07-11 08:50:48 +05:30
parent c6a4e4ebf7
commit 4fd659ec99

View File

@ -84,4 +84,4 @@ def main(_):
if __name__ == '__main__':
tf.logging.set_verbosity(tf.logging.INFO)
tf.app.run(main)
tf.compat.v1.app.run(main)