Skip to content

Releases: tensorflow/models

TensorFlow Official Models 2.13.1

21 Jul 22:11
Compare
Choose a tag to compare

This release fix breakage in TF models official pip package by restricting the PyYAML version to <5.4.0 and uses latest version of Cython.

TensorFlow Official Models 2.12.1

07 Jul 23:52
Compare
Choose a tag to compare

This release fixes the issue of preemption_watcher which would cause failed cases in TPU environments.

TensorFlow Official Models 2.13.0

05 Jul 21:25
6db7377
Compare
Choose a tag to compare

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

New features:

  1. Checkpoints added for ResNet-(50, 101, 152), SpineNet-(49, 96, 143) and DeepLabV3+.
  2. Implementation of Perceiver IO: A General Architecture for Structured Inputs & Outputs.
  3. Implementation of Linformer: Self-Attention with Linear Complexity with tasks on long range arena.

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

TensorFlow Official Models 2.11.6

04 May 00:38
Compare
Choose a tag to compare

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

TensorFlow Official Models 2.12.0

31 Mar 00:03
Compare
Choose a tag to compare

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

TensorFlow Official Models 2.11.5

23 Mar 20:10
Compare
Choose a tag to compare

This release fixes various typing annotation issues in official/vision that do not work for Python version <3.9.

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