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
3f7b5405
Commit
3f7b5405
authored
Sep 14, 2022
by
Hongkun Yu
Committed by
A. Unique TensorFlower
Sep 14, 2022
Browse files
Move the api doc link to the top.
PiperOrigin-RevId: 474346179
parent
a76b94d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
official/README.md
official/README.md
+4
-2
No files found.
official/README.md
View file @
3f7b5405
...
@@ -14,6 +14,9 @@ being easy to read.
...
@@ -14,6 +14,9 @@ being easy to read.
These models are used as end-to-end tests, ensuring that the models run
These models are used as end-to-end tests, ensuring that the models run
with the same or improved speed and performance with each new TensorFlow build.
with the same or improved speed and performance with each new TensorFlow build.
The API documentation of the latest stable release is published to
[
tensorflow.org
](
https://www.tensorflow.org/api_docs/python/tfm
)
.
## More models to come!
## More models to come!
The team is actively developing new models.
The team is actively developing new models.
...
@@ -128,8 +131,7 @@ pip3 install tensorflow-text==2.8.0 # when models in uses `nlp` packages
...
@@ -128,8 +131,7 @@ pip3 install tensorflow-text==2.8.0 # when models 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
`tensorflow_models`
package and users can
`import tensorflow_models`
directly to
`tensorflow_models`
package and users can
`import tensorflow_models`
directly to
access to the exported symbols. The API documentation is published to
access to the exported symbols. If you are
[
tensorflow.org
](
https://www.tensorflow.org/api_docs/python/tfm
)
. If you are
using the latest nightly version or github code directly, please follow the
using the latest nightly version or github code directly, please follow the
docstrings in the github.
docstrings in the github.
...
...
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