Commit bc5b60ef authored by Chen Chen's avatar Chen Chen Committed by A. Unique TensorFlower
Browse files

Internal Change

PiperOrigin-RevId: 301409492
parent 28f6182f
# 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.
......
...@@ -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',
......
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