Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
fb603b31
Commit
fb603b31
authored
Aug 28, 2021
by
Hongkun Yu
Committed by
A. Unique TensorFlower
Aug 28, 2021
Browse files
Update model graden readme.
PiperOrigin-RevId: 393545790
parent
cd700eaf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
official/README.md
official/README.md
+7
-2
No files found.
official/README.md
View file @
fb603b31
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment