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
dccc21dd
Commit
dccc21dd
authored
Oct 11, 2019
by
Rajagopal Ananthanarayanan
Committed by
A. Unique TensorFlower
Oct 11, 2019
Browse files
Internal change
PiperOrigin-RevId: 274281911
parent
bb31fcea
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
official/README.md
official/README.md
+8
-6
No files found.
official/README.md
View file @
dccc21dd
...
@@ -6,7 +6,7 @@ and kept up to date with the latest TensorFlow API. They should also be
...
@@ -6,7 +6,7 @@ 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.
These models are used as end-to-end tests, ensuring that the models run with the
These models are used as end-to-end tests, ensuring that the models run with the
same speed and performance with each new TensorFlow build.
same
or improved
speed and performance with each new TensorFlow build.
## Tensorflow releases
## Tensorflow releases
...
@@ -105,11 +105,13 @@ The team is actively working to add new models to the repository. Every model
...
@@ -105,11 +105,13 @@ The team is actively working to add new models to the repository. Every model
should follow the following guidelines, to uphold the our objectives of
should follow the following guidelines, to uphold the our objectives of
readable, usable, and maintainable code.
readable, usable, and maintainable code.
**General guidelines**
* Code should be well documented and tested. *
Runnable
**General guidelines**
from a blank environment with relative ease.
*
Trainable on: single GPU/CPU
(baseline), multiple GPUs, TPU
*
Compatible with Python 2 and 3 (using
*
Code should be well documented and tested.
[
six
](
https://pythonhosted.org/six/
)
when necessary)
*
Conform to
*
Runnable from a blank environment with relative ease.
[
Google Python Style Guide
](
https://github.com/google/styleguide/blob/gh-pages/pyguide.md
)
*
Trainable on: single GPU/CPU (baseline), multiple GPUs, TPU
*
Compatible with Python 2 and 3 (using
[
six
](
https://pythonhosted.org/six/
)
when necessary)
*
Conform to
[
Google Python Style Guide
](
https://github.com/google/styleguide/blob/gh-pages/pyguide.md
)
**Implementation guidelines**
**Implementation guidelines**
...
...
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