Skip to content

Releases: tensorflow/models

TensorFlow Official Models 2.11.4

21 Mar 20:33
Compare
Choose a tag to compare

This release includes a few updates to RetinaNet model under official/vision:

  1. Skip generating image_info in SavedModel is input_type is tflite.
  2. Normalize anchors during TFLite post-processing in object detection.
  3. Add v3 NMS for Edge TPU.
  4. Support class agnostic NMS for v2 NMS.
  5. Support output decoded boxes (before NMS) even when NMS is applied.
  6. A few other bug fix to make detection generator more robust.

TensorFlow Official Models 2.11.3

18 Jan 23:51
fc0a507
Compare
Choose a tag to compare

Fix typing annotation in vision model export that breaks package import.

TensorFlow Official Models 2.11.2

18 Jan 16:52
1a6bc17
Compare
Choose a tag to compare

Match the changes with Pypi package and tensorflow.org documentation.

TensorFlow Official Models 2.11.0

23 Nov 00:09
Compare
Choose a tag to compare

This release of the Official Models targets TensorFlow 2.11.0. Note that Research/tutorial/sample models have been removed.

New features:

  1. MobileNetV2 backbone for Mask RCNN
  2. Panoptic deeplab supported;
  3. freeze_backbone supported, and many bug fixes
  4. FNet and SparseMixer implementations
  5. Move ViT models from projects to vision main backbone folder

Release branch is: https://github.com/tensorflow/models/tree/r2.11

TensorFlow Official Models 2.10.1

17 Nov 05:15
1d2b3ca
Compare
Choose a tag to compare

Fix open cv python 3.10 build issue. A lot of downstream clients need to build with 3.10.

What's Changed

  • Remove opencv-python-headless strict version requirement by @joezoug in #10831

New Contributors

Full Changelog: v2.10.0...v2.10.1

TensorFlow Official Models 2.10.0

19 Sep 21:45
Compare
Choose a tag to compare

This release of the Official Models targets TensorFlow 2.10.0. Note that Research/tutorial/sample models have been removed.

TF versions of requirements have been updated to use the corresponding major version.

Updates:

  1. MobileNetV2 backbone for Mask RCNN.
  2. Panoptic deeplab supported.
  3. freeze_backbone supported, and many bug fixes.

Pypi package for 2.10 cut is: https://pypi.org/project/tf-models-official/2.10.0/.

TensorFlow Official Models 2.7.2

08 Jul 06:48
Compare
Choose a tag to compare

Adds a prefetch_buffer_size option to set the prefetch buffer size for input_reader instead of autotune. This resolves the issue of increasing buffer size until the CPU memory is exhausted.

Updated pip package: https://pypi.org/project/tf-models-official/2.7.2/

TensorFlow Official Models 2.9.2

20 May 04:55
Compare
Choose a tag to compare

Fix a few import path and init problems.

We have the initial support to import the model garden libraries as:
import tensorflow_models as tfm
tfm.nlp.XXX

Pypi package for 2.9.2 cut is: https://pypi.org/project/tf-models-official/2.9.2/

Note: how the symbols are exported is defined by: https://github.com/tensorflow/models/tree/master/tensorflow_models/ folder

TensorFlow Official Models 2.9.0

17 May 23:01
Compare
Choose a tag to compare

This release of the Official Models targets TensorFlow 2.9.0. Note that Research/tutorial/sample models have been removed.

TF versions of requirements have been updated to use the corresponding major version.

Notes: official/vision/beta has been released and moved to official/vision, the beta folder is being deprecated.

Pypi package for 2.9 cut is: https://pypi.org/project/tf-models-official/2.9.0/

TensorFlow Official Models 2.8.0

03 Feb 17:33
Compare
Choose a tag to compare

This release of the Official Models targets TensorFlow 2.8.0. Note that Research/tutorial/sample models have been removed.

TF versions of requirements have been updated to use the corresponding major version.

Notes: official/vision/image_classification and official/vision/detection has been moved into official/legacy/.