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
c186c85a
"git@developer.sourcefind.cn:wangsen/mineru.git" did not exist on "1debe7fe75877ce46dd5d839bf646a50ed362292"
Commit
c186c85a
authored
Aug 20, 2019
by
Vinh Nguyen
Browse files
change default fp16_implementation to graph_rewrite
parent
97c19f54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/utils/flags/_performance.py
official/utils/flags/_performance.py
+1
-1
No files found.
official/utils/flags/_performance.py
View file @
c186c85a
...
@@ -192,7 +192,7 @@ def define_performance(num_parallel_calls=True, inter_op=True, intra_op=True,
...
@@ -192,7 +192,7 @@ def define_performance(num_parallel_calls=True, inter_op=True, intra_op=True,
if
fp16_implementation
:
if
fp16_implementation
:
# Currently, this flag is only defined for the estimator resnet model.
# Currently, this flag is only defined for the estimator resnet model.
flags
.
DEFINE_enum
(
flags
.
DEFINE_enum
(
name
=
"fp16_implementation"
,
default
=
"
casting
"
,
name
=
"fp16_implementation"
,
default
=
"
graph_rewrite
"
,
enum_values
=
(
"casting', 'graph_rewrite"
),
enum_values
=
(
"casting', 'graph_rewrite"
),
help
=
help_wrap
(
help
=
help_wrap
(
"When --dtype=fp16, how fp16 should be implemented. This has no "
"When --dtype=fp16, how fp16 should be implemented. This has no "
...
...
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