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
7abe53af
Commit
7abe53af
authored
Mar 12, 2020
by
Chen Chen
Committed by
A. Unique TensorFlower
Mar 12, 2020
Browse files
Internal change
PiperOrigin-RevId: 300636656
parent
95dd93c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
official/pip_package/setup.py
official/pip_package/setup.py
+10
-5
No files found.
official/pip_package/setup.py
View file @
7abe53af
...
...
@@ -24,12 +24,17 @@ setup(
author_email
=
'no-reply@google.com'
,
url
=
'https://github.com/tensorflow/models'
,
license
=
'Apache 2.0'
,
packages
=
find_packages
(
exclude
=
[
"research*"
,
"tutorials*"
,
"samples*"
]),
packages
=
find_packages
(
exclude
=
[
'research*'
,
'tutorials*'
,
'samples*'
,
'official.r1*'
,
'official.pip_package*'
,
'official.benchmark*'
,
]),
exclude_package_data
=
{
''
:
[
'*_test.py'
,
],
},
''
:
[
'*_test.py'
,],
},
install_requires
=
[
'six'
,
],
...
...
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