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
d0f21f25
Commit
d0f21f25
authored
Oct 08, 2019
by
George Karpenkov
Committed by
A. Unique TensorFlower
Oct 08, 2019
Browse files
Port shakespeare benchmark to TF2
PiperOrigin-RevId: 273527676
parent
3fa65606
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
official/staging/shakespeare/shakespeare_main.py
official/staging/shakespeare/shakespeare_main.py
+2
-2
No files found.
official/staging/shakespeare/shakespeare_main.py
View file @
d0f21f25
...
...
@@ -22,7 +22,7 @@ import functools
import
os
# pylint: disable=wrong-import-order
from
absl
import
app
as
absl_app
from
absl
import
app
from
absl
import
flags
import
numpy
as
np
import
tensorflow
as
tf
...
...
@@ -298,4 +298,4 @@ def main(_):
if
__name__
==
'__main__'
:
define_flags
()
absl_
app
.
run
(
main
)
app
.
run
(
main
)
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