Commit fb603b31 authored by Hongkun Yu's avatar Hongkun Yu Committed by A. Unique TensorFlower
Browse files

Update model graden readme.

PiperOrigin-RevId: 393545790
parent cd700eaf
...@@ -82,9 +82,9 @@ built from the ...@@ -82,9 +82,9 @@ built from the
as tagged branches or [downloadable releases](https://github.com/tensorflow/models/releases). as tagged branches or [downloadable releases](https://github.com/tensorflow/models/releases).
* Model repository version numbers match the target TensorFlow release, * Model repository version numbers match the target TensorFlow release,
such that such that
[release v2.2.0](https://github.com/tensorflow/models/releases/tag/v2.2.0) [release v2.5.0](https://github.com/tensorflow/models/releases/tag/v2.5.0)
are compatible with are compatible with
[TensorFlow v2.2.0](https://github.com/tensorflow/tensorflow/releases/tag/v2.2.0). [TensorFlow v2.5.0](https://github.com/tensorflow/tensorflow/releases/tag/v2.5.0).
Please follow the below steps before running models in this repository. Please follow the below steps before running models in this repository.
...@@ -98,6 +98,11 @@ upgrade your TensorFlow to [the latest TensorFlow 2](https://www.tensorflow.org/ ...@@ -98,6 +98,11 @@ upgrade your TensorFlow to [the latest TensorFlow 2](https://www.tensorflow.org/
pip3 install tf-nightly pip3 install tf-nightly
``` ```
* Python 3.7+
Our integration tests run with Python 3.7. Although Python 3.6 should work, we
don't recommend earlier versions.
### Installation ### Installation
#### Method 1: Install the TensorFlow Model Garden pip package #### Method 1: Install the TensorFlow Model Garden pip package
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment