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
d6dc57ad
Commit
d6dc57ad
authored
Aug 15, 2022
by
Hongkun Yu
Committed by
A. Unique TensorFlower
Aug 15, 2022
Browse files
Minor fixes in official/README.md
PiperOrigin-RevId: 467759944
parent
14fd3832
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
official/README.md
official/README.md
+3
-3
No files found.
official/README.md
View file @
d6dc57ad
...
@@ -119,11 +119,11 @@ pip3 install tensorflow-text-nightly # when model uses `nlp` packages
...
@@ -119,11 +119,11 @@ pip3 install tensorflow-text-nightly # when model uses `nlp` packages
repository version numbers match with the target TensorFlow release. For
repository version numbers match with the target TensorFlow release. For
example,
[
TensorFlow-models v2.8.x
](
https://github.com/tensorflow/models/releases/tag/v2.8.0
)
example,
[
TensorFlow-models v2.8.x
](
https://github.com/tensorflow/models/releases/tag/v2.8.0
)
is compatible with
[
TensorFlow v2.8.x
](
https://github.com/tensorflow/tensorflow/releases/tag/v2.8.0
)
.
is compatible with
[
TensorFlow v2.8.x
](
https://github.com/tensorflow/tensorflow/releases/tag/v2.8.0
)
.
This is equivalent to the following
.
This is equivalent to the following
:
```
shell
```
shell
pip3
install
tf-models-official
==
2.
5
.0
pip3
install
tf-models-official
==
2.
8
.0
pip3
install
tensorflow-text
==
2.
5
.0
# when model uses `nlp` packages
pip3
install
tensorflow-text
==
2.
8
.0
# when model
s in
uses `nlp` packages
```
```
Starting from 2.9.x release, we release the modeling library as
Starting from 2.9.x release, we release the modeling library as
...
...
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