We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc0e1f commit bb19812Copy full SHA for bb19812
official/common/flags.py
@@ -112,12 +112,3 @@ def define_flags():
112
113
flags.DEFINE_string(
114
'tpu_platform', default=None, help='TPU platform type.')
115
-
116
- flags.DEFINE_string(
117
- 'tfhub_handle',
118
- None,
119
- 'TFHub handle for publishing the model to TFHub. The model '
120
- 'is published to TFHub if this flag is set. Please use a '
121
- 'TFHubPusher (go/tflex/standard_components/pusher) component if '
122
- 'running in TFleX.',
123
- )
0 commit comments