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
4a1354fe
"vscode:/vscode.git/clone" did not exist on "bbcfbc1a024980e76926c114ca2daf8cec9098a2"
Commit
4a1354fe
authored
Aug 22, 2019
by
Adrian Kuegel
Committed by
A. Unique TensorFlower
Aug 22, 2019
Browse files
Internal change
PiperOrigin-RevId: 264776396
parent
d2a038fa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
official/transformer/v2/transformer_benchmark.py
official/transformer/v2/transformer_benchmark.py
+5
-0
No files found.
official/transformer/v2/transformer_benchmark.py
View file @
4a1354fe
...
...
@@ -21,6 +21,7 @@ import os
import
time
from
absl
import
flags
import
tensorflow
as
tf
from
official.transformer.v2
import
misc
from
official.transformer.v2
import
transformer_main
as
transformer_main
...
...
@@ -657,3 +658,7 @@ class TransformerBigKerasBenchmarkReal(TransformerKerasBenchmark):
super
(
TransformerBigKerasBenchmarkReal
,
self
).
__init__
(
output_dir
=
output_dir
,
default_flags
=
def_flags
,
root_data_dir
=
root_data_dir
,
batch_per_gpu
=
3072
)
if
__name__
==
'__main__'
:
tf
.
test
.
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