"examples/vscode:/vscode.git/clone" did not exist on "522f8aa7b2599e58b9815c7d81e9136797c68b5c"
Commit 6a45c935 authored by Hongkun Yu's avatar Hongkun Yu Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 453241828
parent d4d9d596
...@@ -126,6 +126,13 @@ pip3 install tf-models-official==2.5.0 ...@@ -126,6 +126,13 @@ pip3 install tf-models-official==2.5.0
pip3 install tensorflow-text==2.5.0 # when model uses `nlp` packages pip3 install tensorflow-text==2.5.0 # when model uses `nlp` packages
``` ```
Starting from 2.9.x release, we release the modeling library as
`tensorflow_models` package and users can `import tensorflow_models` directly to
access to the exported symbols. The API documentation is published to
[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
docstrings in the github.
Please follow the below steps before running models in this repository. Please follow the below steps before running models in this repository.
### Requirements ### Requirements
......
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