提交 9339900d 编写于 作者: M Martin Wicke 提交者: TensorFlower Gardener

Install converter as a command line utility in the pip package.

RELNOTES: Add a command line tool to convert to TF2.0
PiperOrigin-RevId: 222901543
上级 b8e155c4
......@@ -107,6 +107,7 @@ CONSOLE_SCRIPTS = [
# TensorBoard command, pip will inappropriately remove it during install,
# even though the command is not removed, just moved to a different wheel.
'tensorboard = tensorboard.main:run_main',
'tf_upgrade_v2 = tensorflow.python.tools.compatibility.tf_upgrade_v2:main',
]
# pylint: enable=line-too-long
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册