Skip to content

Releases: tensorflow/models

TensorFlow Models no-deps 2.17.0-rc0

18 Jun 22:55
267e679
Compare
Choose a tag to compare
Pre-release

This tf-models-no-deps 2.17.0-rco Pre-release is to test the versions compatibility of the TF-Text with official code base.

This pip package for TensorFlow Official Models (tf-models-no-deps) that won't have TensorFlow Text (TF-Text) as a dependency. This will allow users to install and use tf-models-no-deps(for vision users) on any platform without needing TF-Text specifically. If any one wants to work with TF-Text they can still use this package and Install externally with compatible TF-Text Pypi Package or use the tf-models-official package without need of installing TF-text package externally.

TensorFlow Models no-deps 2.16.0

10 May 19:29
5873981
Compare
Choose a tag to compare
v2.16.0-no-deps

Update setup.py

TensorFlow Official Models 2.16.0

12 Mar 22:31
Compare
Choose a tag to compare

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

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

TensorFlow Official Models 2.15.0

15 Nov 20:39
Compare
Choose a tag to compare

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

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

TensorFlow Official Models 2.14.2

16 Oct 23:05
Compare
Choose a tag to compare

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

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

TensorFlow Official Models 2.14.1

13 Oct 21:53
Compare
Choose a tag to compare

This release is to avoid breakage in TF officials pip package.

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

Release branch is: https://github.com/tensorflow/models/commits/r2.14.1

TensorFlow Official Models 2.14.0

06 Oct 20:28
Compare
Choose a tag to compare

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

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

TensorFlow Official Models 2.13.2

13 Sep 19:10
Compare
Choose a tag to compare

This release is to fix dependency conflict with PYyaml versions with latest release of Cython and to avoid breakage in TF models official pip package.

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.