tf-models-nightly 2.19.0.dev20241226__py2.py3-none-any.whl → 2.19.0.dev20241227__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of tf-models-nightly might be problematic. Click here for more details.
- official/common/flags.py +23 -5
- {tf_models_nightly-2.19.0.dev20241226.dist-info → tf_models_nightly-2.19.0.dev20241227.dist-info}/METADATA +1 -1
- {tf_models_nightly-2.19.0.dev20241226.dist-info → tf_models_nightly-2.19.0.dev20241227.dist-info}/RECORD +7 -7
- {tf_models_nightly-2.19.0.dev20241226.dist-info → tf_models_nightly-2.19.0.dev20241227.dist-info}/AUTHORS +0 -0
- {tf_models_nightly-2.19.0.dev20241226.dist-info → tf_models_nightly-2.19.0.dev20241227.dist-info}/LICENSE +0 -0
- {tf_models_nightly-2.19.0.dev20241226.dist-info → tf_models_nightly-2.19.0.dev20241227.dist-info}/WHEEL +0 -0
- {tf_models_nightly-2.19.0.dev20241226.dist-info → tf_models_nightly-2.19.0.dev20241227.dist-info}/top_level.txt +0 -0
official/common/flags.py
CHANGED
@@ -115,9 +115,27 @@ def define_flags():
|
|
115
115
|
|
116
116
|
flags.DEFINE_string(
|
117
117
|
'tfhub_handle',
|
118
|
-
None,
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
118
|
+
default=None,
|
119
|
+
help=(
|
120
|
+
'TFHub handle for publishing the model to TFHub. When this flag '
|
121
|
+
'is set your train.py should use xm_tfhub to publish to TFHub. '
|
122
|
+
'If using TFleX, prefer tflex_output_uri + TfHubPusher component.'
|
123
|
+
),
|
124
|
+
)
|
125
|
+
|
126
|
+
# To use TFleX components that consume a model, set this flag by configuring
|
127
|
+
# a TFleX tfx.borg.types.standard_artifacts.Model output artifact.
|
128
|
+
# (go/tflex-xm#connect-your-component-to-other-components)
|
129
|
+
# Meanwhile have your train.py save a serializable model to this destination:
|
130
|
+
# model.save(os.path.join(FLAGS.tflex_output_uri, 'Format-Servo'),
|
131
|
+
# save_format='tf')
|
132
|
+
# (https://www.tensorflow.org/guide/keras/serialization_and_saving)
|
133
|
+
flags.DEFINE_string(
|
134
|
+
'tflex_output_uri',
|
135
|
+
default=None,
|
136
|
+
help=(
|
137
|
+
'When running in TFleX, you can configure an XManagerLauncher output'
|
138
|
+
' to set this flag'
|
139
|
+
' (go/tflex-xm#connect-your-component-to-other-components)'
|
140
|
+
),
|
123
141
|
)
|
@@ -3,7 +3,7 @@ official/common/__init__.py,sha256=Yqe5TjLrAR68lQ5G781dwlbbT6mELRByDipCtr4jQY4,6
|
|
3
3
|
official/common/dataset_fn.py,sha256=MSRNhNGvMnZtjkuxFIZ90vGJgKlr2JeGaEYpz82Y3Ew,1858
|
4
4
|
official/common/distribute_utils.py,sha256=dEciUuyBsxfv6T9rvPk_5zcvLyDFv0lPkhkFvyOGe_0,9575
|
5
5
|
official/common/distribute_utils_test.py,sha256=ltR8wrIbfoX1miJElPQzZN2aioKX6Hx8-mfzoo-_WGc,4914
|
6
|
-
official/common/flags.py,sha256=
|
6
|
+
official/common/flags.py,sha256=rtCyljUH5M0p5a1CvBnj6tdubZe4XkwzqiOz1ML6F7I,5347
|
7
7
|
official/common/registry_imports.py,sha256=ez-j0sOvVyYBHHGM5hNjTF0jqHUbHI0zv-4SHe_AZ4s,843
|
8
8
|
official/common/streamz_counters.py,sha256=OtdlnI5aosH_DWP8jx2MGEpjs5AhyMztr5E5qhrC4nE,1057
|
9
9
|
official/core/__init__.py,sha256=84W8TGHlKgmzJjruHEJ0bGA4E4R_03tEeIkUcIGOP60,1265
|
@@ -1222,9 +1222,9 @@ tensorflow_models/tensorflow_models_test.py,sha256=nc6A9K53OGqF25xN5St8EiWvdVbda
|
|
1222
1222
|
tensorflow_models/nlp/__init__.py,sha256=4tA5Pf4qaFwT-fIFOpX7x7FHJpnyJT-5UgOeFYTyMlc,807
|
1223
1223
|
tensorflow_models/uplift/__init__.py,sha256=mqfa55gweOdpKoaQyid4A_4u7xw__FcQeSIF0k_pYmI,999
|
1224
1224
|
tensorflow_models/vision/__init__.py,sha256=zBorY_v5xva1uI-qxhZO3Qh-Dii-Suq6wEYh6hKHDfc,833
|
1225
|
-
tf_models_nightly-2.19.0.
|
1226
|
-
tf_models_nightly-2.19.0.
|
1227
|
-
tf_models_nightly-2.19.0.
|
1228
|
-
tf_models_nightly-2.19.0.
|
1229
|
-
tf_models_nightly-2.19.0.
|
1230
|
-
tf_models_nightly-2.19.0.
|
1225
|
+
tf_models_nightly-2.19.0.dev20241227.dist-info/AUTHORS,sha256=1dG3fXVu9jlo7bul8xuix5F5vOnczMk7_yWn4y70uw0,337
|
1226
|
+
tf_models_nightly-2.19.0.dev20241227.dist-info/LICENSE,sha256=WxeBS_DejPZQabxtfMOM_xn8qoZNJDQjrT7z2wG1I4U,11512
|
1227
|
+
tf_models_nightly-2.19.0.dev20241227.dist-info/METADATA,sha256=bZ5rrGx6-S3aY6-vf0ZB-2k63PHqYc6W9Ci1y8Sr5DE,1432
|
1228
|
+
tf_models_nightly-2.19.0.dev20241227.dist-info/WHEEL,sha256=kGT74LWyRUZrL4VgLh6_g12IeVl_9u9ZVhadrgXZUEY,110
|
1229
|
+
tf_models_nightly-2.19.0.dev20241227.dist-info/top_level.txt,sha256=gum2FfO5R4cvjl2-QtP-S1aNmsvIZaFFT6VFzU0f4-g,33
|
1230
|
+
tf_models_nightly-2.19.0.dev20241227.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|