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
270fd302
Commit
270fd302
authored
Mar 24, 2022
by
A. Unique TensorFlower
Browse files
Updated official/README.md with better getting started section
PiperOrigin-RevId: 437077650
parent
809eaba9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
18 deletions
+25
-18
official/README.md
official/README.md
+25
-18
No files found.
official/README.md
View file @
270fd302
...
@@ -87,17 +87,29 @@ Model | Reference (Paper)
...
@@ -87,17 +87,29 @@ Model | Reference (Paper)
## How to get started with the official models
## How to get started with the official models
*
The models in the master branch are developed using TensorFlow 2,
*
The official models in the master branch are developed using
and they target the TensorFlow
[
nightly binaries
](
https://github.com/tensorflow/tensorflow#installation
)
[
master branch of TensorFlow 2
](
https://github.com/tensorflow/tensorflow/tree/master
)
.
built from the
When you clone (the repository) or download (
`pip`
binary) master branch of
[
master branch of TensorFlow
](
https://github.com/tensorflow/tensorflow/tree/master
)
.
official models , master branch of TensorFlow gets downloaded as a
*
The stable versions targeting releases of TensorFlow are available
dependency. This is equivalent to the following.
as tagged branches or
[
downloadable releases
](
https://github.com/tensorflow/models/releases
)
.
*
Model repository version numbers match the target TensorFlow release,
```
shell
such that
pip3
install
tf-models-nightly
[
TensorFlow-models v2.5.0
](
https://github.com/tensorflow/models/releases/tag/v2.5.0
)
pip3
install
tensorflow-text-nightly
# when model uses `nlp` packages
is compatible with
```
[
TensorFlow v2.5.0
](
https://github.com/tensorflow/tensorflow/releases/tag/v2.5.0
)
.
*
Incase of stable versions, targeting a specific release, Tensorflow-models
repository version numbers match with the target TensorFlow release. For
example, [TensorFlow-models v2.5.0]
(https://github.com/tensorflow/models/releases/tag/v2.5.0)
is compatible with [TensorFlow v2.5.0]
(https://github.com/tensorflow/tensorflow/releases/tag/v2.5.0).
This is equivalent to the following.
```
shell
pip3
install
tf-models-official
==
2.5.0
pip3
install
tensorflow-text
==
2.5.0
# when model uses `nlp` packages
```
Please follow the below steps before running models in this repository.
Please follow the below steps before running models in this repository.
...
@@ -106,12 +118,6 @@ Please follow the below steps before running models in this repository.
...
@@ -106,12 +118,6 @@ Please follow the below steps before running models in this repository.
*
The latest TensorFlow Model Garden release and the latest TensorFlow 2
*
The latest TensorFlow Model Garden release and the latest TensorFlow 2
*
If you are on a version of TensorFlow earlier than 2.2, please
*
If you are on a version of TensorFlow earlier than 2.2, please
upgrade your TensorFlow to
[
the latest TensorFlow 2
](
https://www.tensorflow.org/install/
)
.
upgrade your TensorFlow to
[
the latest TensorFlow 2
](
https://www.tensorflow.org/install/
)
.
```
shell
pip3
install
tf-nightly
# pip3 install tensorflow # for latest stable version
```
*
Python 3.7+
*
Python 3.7+
Our integration tests run with Python 3.7. Although Python 3.6 should work, we
Our integration tests run with Python 3.7. Although Python 3.6 should work, we
...
@@ -119,7 +125,8 @@ don't recommend earlier versions.
...
@@ -119,7 +125,8 @@ don't recommend earlier versions.
### Installation
### Installation
Please check the installation instructions
[
here
](
https://github.com/tensorflow/models#Installation
)
Please check
[
here
](
https://github.com/tensorflow/models#Installation
)
for the
instructions
## Contributions
## Contributions
...
...
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