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 778e52f commit 15cafceCopy full SHA for 15cafce
official/common/flags.py
@@ -112,3 +112,12 @@ 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