tf-models-nightly 2.19.0.dev20250206__py2.py3-none-any.whl → 2.19.0.dev20250208__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.
- official/projects/detr/tasks/detection.py +2 -2
- {tf_models_nightly-2.19.0.dev20250206.dist-info → tf_models_nightly-2.19.0.dev20250208.dist-info}/METADATA +1 -1
- {tf_models_nightly-2.19.0.dev20250206.dist-info → tf_models_nightly-2.19.0.dev20250208.dist-info}/RECORD +7 -7
- {tf_models_nightly-2.19.0.dev20250206.dist-info → tf_models_nightly-2.19.0.dev20250208.dist-info}/AUTHORS +0 -0
- {tf_models_nightly-2.19.0.dev20250206.dist-info → tf_models_nightly-2.19.0.dev20250208.dist-info}/LICENSE +0 -0
- {tf_models_nightly-2.19.0.dev20250206.dist-info → tf_models_nightly-2.19.0.dev20250208.dist-info}/WHEEL +0 -0
- {tf_models_nightly-2.19.0.dev20250206.dist-info → tf_models_nightly-2.19.0.dev20250208.dist-info}/top_level.txt +0 -0
@@ -149,9 +149,9 @@ class DetectionTask(base_task.Task):
|
|
149
149
|
total_cost = cls_cost + box_cost + giou_cost
|
150
150
|
|
151
151
|
max_cost = (
|
152
|
-
self._task_config.losses.lambda_cls *
|
152
|
+
self._task_config.losses.lambda_cls * 1.0
|
153
153
|
+ self._task_config.losses.lambda_box * 4.0
|
154
|
-
+ self._task_config.losses.lambda_giou *
|
154
|
+
+ self._task_config.losses.lambda_giou * 1.0
|
155
155
|
)
|
156
156
|
|
157
157
|
# Set pads to large constant
|
@@ -555,7 +555,7 @@ official/projects/detr/serving/export_module.py,sha256=3m9LXFG8vVjHv5QZVf4lyrR7L
|
|
555
555
|
official/projects/detr/serving/export_module_test.py,sha256=Y_1tGLg7rKQN7FgmE681m7QUbu2L3pa9pnNkqjQqaMQ,3497
|
556
556
|
official/projects/detr/serving/export_saved_model.py,sha256=AuYQCrnWd7n3nupIgAYwtzLtWw0w4QmRZV8GtEOKxGk,3995
|
557
557
|
official/projects/detr/tasks/__init__.py,sha256=7oiypy0N82PDw9aSdcJBLVoGTd_oRSUOdvuJhMv4leQ,609
|
558
|
-
official/projects/detr/tasks/detection.py,sha256=
|
558
|
+
official/projects/detr/tasks/detection.py,sha256=GYu3CJ_7hrENKZS_UKLBygqTaYPkMNMiKympS9Mcmhg,16127
|
559
559
|
official/projects/detr/tasks/detection_test.py,sha256=Ao5Taen9-QWMIa1ruiRDXY-ieAeluS8uXjMVF5lg3Lo,6864
|
560
560
|
official/projects/maskconver/__init__.py,sha256=7oiypy0N82PDw9aSdcJBLVoGTd_oRSUOdvuJhMv4leQ,609
|
561
561
|
official/projects/maskconver/train.py,sha256=XDW0ArwYLcJpT137J3QgBEaoZHb-GE3rGbnKNsSVynI,1397
|
@@ -1248,9 +1248,9 @@ tensorflow_models/tensorflow_models_test.py,sha256=nc6A9K53OGqF25xN5St8EiWvdVbda
|
|
1248
1248
|
tensorflow_models/nlp/__init__.py,sha256=4tA5Pf4qaFwT-fIFOpX7x7FHJpnyJT-5UgOeFYTyMlc,807
|
1249
1249
|
tensorflow_models/uplift/__init__.py,sha256=mqfa55gweOdpKoaQyid4A_4u7xw__FcQeSIF0k_pYmI,999
|
1250
1250
|
tensorflow_models/vision/__init__.py,sha256=zBorY_v5xva1uI-qxhZO3Qh-Dii-Suq6wEYh6hKHDfc,833
|
1251
|
-
tf_models_nightly-2.19.0.
|
1252
|
-
tf_models_nightly-2.19.0.
|
1253
|
-
tf_models_nightly-2.19.0.
|
1254
|
-
tf_models_nightly-2.19.0.
|
1255
|
-
tf_models_nightly-2.19.0.
|
1256
|
-
tf_models_nightly-2.19.0.
|
1251
|
+
tf_models_nightly-2.19.0.dev20250208.dist-info/AUTHORS,sha256=1dG3fXVu9jlo7bul8xuix5F5vOnczMk7_yWn4y70uw0,337
|
1252
|
+
tf_models_nightly-2.19.0.dev20250208.dist-info/LICENSE,sha256=WxeBS_DejPZQabxtfMOM_xn8qoZNJDQjrT7z2wG1I4U,11512
|
1253
|
+
tf_models_nightly-2.19.0.dev20250208.dist-info/METADATA,sha256=INSChIpTzKfueuwgZT6uRM88HpGnYW8ycRLl3GA2PCQ,1432
|
1254
|
+
tf_models_nightly-2.19.0.dev20250208.dist-info/WHEEL,sha256=kGT74LWyRUZrL4VgLh6_g12IeVl_9u9ZVhadrgXZUEY,110
|
1255
|
+
tf_models_nightly-2.19.0.dev20250208.dist-info/top_level.txt,sha256=gum2FfO5R4cvjl2-QtP-S1aNmsvIZaFFT6VFzU0f4-g,33
|
1256
|
+
tf_models_nightly-2.19.0.dev20250208.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|