Deprecated tf.app.run removed in generate_examples.py
This commit is contained in:
parent
8d2c7f121a
commit
c6a4e4ebf7
@ -105,4 +105,4 @@ if __name__ == "__main__":
|
||||
if unparsed:
|
||||
print("Usage: %s <path out> <zip file to generate>")
|
||||
else:
|
||||
tf.app.run(main=main, argv=[sys.argv[0]] + unparsed)
|
||||
tf.compat.v1.app.run(main=main, argv=[sys.argv[0]] + unparsed)
|
||||
|
Loading…
Reference in New Issue
Block a user