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
e80b385a
"...git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "7812a026f7c6605e954af9b7fa248da606513846"
Commit
e80b385a
authored
May 29, 2019
by
guptapriya
Committed by
guptapriya
May 28, 2019
Browse files
update estimator benchmarks too
parent
39638d66
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
official/transformer/transformer_estimator_benchmark.py
official/transformer/transformer_estimator_benchmark.py
+2
-2
No files found.
official/transformer/transformer_estimator_benchmark.py
View file @
e80b385a
...
@@ -174,7 +174,7 @@ class TransformerBigEstimatorAccuracy(EstimatorBenchmark):
...
@@ -174,7 +174,7 @@ class TransformerBigEstimatorAccuracy(EstimatorBenchmark):
FLAGS
.
param_set
=
'big'
FLAGS
.
param_set
=
'big'
FLAGS
.
batch_size
=
3072
*
8
FLAGS
.
batch_size
=
3072
*
8
FLAGS
.
static_batch
=
True
FLAGS
.
static_batch
=
True
FLAGS
.
max_length
=
4
0
FLAGS
.
max_length
=
6
4
FLAGS
.
train_steps
=
100000
FLAGS
.
train_steps
=
100000
FLAGS
.
steps_between_evals
=
5000
FLAGS
.
steps_between_evals
=
5000
FLAGS
.
model_dir
=
self
.
_get_model_dir
(
'benchmark_graph_8_gpu'
)
FLAGS
.
model_dir
=
self
.
_get_model_dir
(
'benchmark_graph_8_gpu'
)
...
@@ -294,7 +294,7 @@ class TransformerBaseEstimatorAccuracy(EstimatorBenchmark):
...
@@ -294,7 +294,7 @@ class TransformerBaseEstimatorAccuracy(EstimatorBenchmark):
FLAGS
.
param_set
=
'base'
FLAGS
.
param_set
=
'base'
FLAGS
.
batch_size
=
4096
*
8
FLAGS
.
batch_size
=
4096
*
8
FLAGS
.
static_batch
=
True
FLAGS
.
static_batch
=
True
FLAGS
.
max_length
=
4
0
FLAGS
.
max_length
=
6
4
FLAGS
.
train_steps
=
100000
FLAGS
.
train_steps
=
100000
FLAGS
.
steps_between_evals
=
5000
FLAGS
.
steps_between_evals
=
5000
FLAGS
.
model_dir
=
self
.
_get_model_dir
(
'benchmark_graph_8_gpu'
)
FLAGS
.
model_dir
=
self
.
_get_model_dir
(
'benchmark_graph_8_gpu'
)
...
...
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