Skip to content

Releases: tensorflow/models

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/.

TensorFlow Official Models 2.7.1

04 Feb 17:43
Compare
Choose a tag to compare

Fix Waymo dataset metric import.

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

TensorFlow Official Models 2.6.1

15 Dec 03:38
Compare
Choose a tag to compare

Fix vision import that accidentally we used cloud_tpu ops. The vision/beta models were broken.

46bf065

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

TensorFlow Official Models 2.7.0

16 Nov 06:26
Compare
Choose a tag to compare

This release of the Official Models targets https://github.com/tensorflow/tensorflow/releases/tag/v2.7.0
Note that Research and Community models have been removed.
This release of the Official Models targets TensorFlow 2.7.0.

Pipy package is available as: https://pypi.org/project/tf-models-official/2.7.0/

TensorFlow Official Models 2.6.0

16 Aug 18:27
Compare
Choose a tag to compare

This release of the Official Models targets https://github.com/tensorflow/tensorflow/releases/tag/v2.6.0
Note that Research and Community models have been removed.
Also TF 2.6 has removed Python 3.6 support. We recommend Python 3.7+.

New Models

Computer Vision

Natural Language Processing

Pip package: https://pypi.org/project/tf-models-official/2.6.0/