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
17eee4c4
Commit
17eee4c4
authored
Apr 03, 2020
by
Hongkun Yu
Committed by
A. Unique TensorFlower
Apr 03, 2020
Browse files
Move shakespeare to benchmark folder.
PiperOrigin-RevId: 304729158
parent
91f6a95b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
+2
-2
official/benchmark/models/shakespeare/README.md
official/benchmark/models/shakespeare/README.md
+0
-0
official/benchmark/models/shakespeare/__init__.py
official/benchmark/models/shakespeare/__init__.py
+0
-0
official/benchmark/models/shakespeare/shakespeare_main.py
official/benchmark/models/shakespeare/shakespeare_main.py
+0
-0
official/benchmark/shakespeare_benchmark.py
official/benchmark/shakespeare_benchmark.py
+2
-2
No files found.
official/
staging
/shakespeare/README.md
→
official/
benchmark/models
/shakespeare/README.md
View file @
17eee4c4
File moved
official/
staging
/shakespeare/__init__.py
→
official/
benchmark/models
/shakespeare/__init__.py
View file @
17eee4c4
File moved
official/
staging
/shakespeare/shakespeare_main.py
→
official/
benchmark/models
/shakespeare/shakespeare_main.py
View file @
17eee4c4
File moved
official/
staging/shakespe
ar
e
/shakespeare_benchmark.py
→
official/
benchm
ar
k
/shakespeare_benchmark.py
View file @
17eee4c4
...
...
@@ -23,13 +23,13 @@ import time
from
absl
import
flags
import
tensorflow
as
tf
# pylint: disable=g-bad-import-order
from
official.
staging
.shakespeare
import
shakespeare_main
from
official.
benchmark.models
.shakespeare
import
shakespeare_main
from
official.utils.flags
import
core
as
flags_core
from
official.utils.misc
import
keras_utils
from
official.utils.testing
import
benchmark_wrappers
from
official.utils.testing.perfzero_benchmark
import
PerfZeroBenchmark
SHAKESPEARE_TRAIN_DATA
=
'shakespeare/shakespeare.txt'
SHAKESPEARE_TRAIN_DATA
=
'
/placer/prod/home/tensorflow-performance-data/datasets/
shakespeare/shakespeare.txt'
TMP_DIR
=
os
.
getenv
(
'TMPDIR'
)
FLAGS
=
flags
.
FLAGS
...
...
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