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
bc5b60ef
Commit
bc5b60ef
authored
Mar 17, 2020
by
Chen Chen
Committed by
A. Unique TensorFlower
Mar 17, 2020
Browse files
Internal Change
PiperOrigin-RevId: 301409492
parent
28f6182f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
official/README.md
official/README.md
+1
-1
official/pip_package/setup.py
official/pip_package/setup.py
+7
-0
No files found.
official/README.md
View file @
bc5b60ef
# TensorFlow Official Models
# TensorFlow Official Models
The TensorFlow official models are a collection of
example
models that use
The TensorFlow official models are a collection of models that use
TensorFlow's high-level APIs. They are intended to be well-maintained, tested,
TensorFlow's high-level APIs. They are intended to be well-maintained, tested,
and kept up to date with the latest TensorFlow API. They should also be
and kept up to date with the latest TensorFlow API. They should also be
reasonably optimized for fast performance while still being easy to read.
reasonably optimized for fast performance while still being easy to read.
...
...
official/pip_package/setup.py
View file @
bc5b60ef
...
@@ -24,6 +24,12 @@ version = '2.2.0'
...
@@ -24,6 +24,12 @@ version = '2.2.0'
project_name
=
'tf-models-official'
project_name
=
'tf-models-official'
long_description
=
"""The TensorFlow official models are a collection of
models that use TensorFlow's high-level APIs.
They are intended to be well-maintained, tested, and kept up to date with the
latest TensorFlow API. They should also be reasonably optimized for fast
performance while still being easy to read."""
if
'--project_name'
in
sys
.
argv
:
if
'--project_name'
in
sys
.
argv
:
project_name_idx
=
sys
.
argv
.
index
(
'--project_name'
)
project_name_idx
=
sys
.
argv
.
index
(
'--project_name'
)
project_name
=
sys
.
argv
[
project_name_idx
+
1
]
project_name
=
sys
.
argv
[
project_name_idx
+
1
]
...
@@ -60,6 +66,7 @@ setup(
...
@@ -60,6 +66,7 @@ setup(
name
=
project_name
,
name
=
project_name
,
version
=
version
,
version
=
version
,
description
=
'TensorFlow Official Models'
,
description
=
'TensorFlow Official Models'
,
long_description
=
long_description
,
author
=
'Google Inc.'
,
author
=
'Google Inc.'
,
author_email
=
'no-reply@google.com'
,
author_email
=
'no-reply@google.com'
,
url
=
'https://github.com/tensorflow/models'
,
url
=
'https://github.com/tensorflow/models'
,
...
...
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