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
cd11210c
Commit
cd11210c
authored
Nov 15, 2021
by
Frederick Liu
Committed by
A. Unique TensorFlower
Nov 15, 2021
Browse files
Internal change
PiperOrigin-RevId: 410021811
parent
65a967e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
official/nlp/transformer/transformer_main_test.py
official/nlp/transformer/transformer_main_test.py
+2
-2
No files found.
official/nlp/transformer/transformer_main_test.py
View file @
cd11210c
...
@@ -53,9 +53,9 @@ class TransformerTaskTest(tf.test.TestCase):
...
@@ -53,9 +53,9 @@ class TransformerTaskTest(tf.test.TestCase):
FLAGS
.
param_set
=
'tiny'
FLAGS
.
param_set
=
'tiny'
FLAGS
.
use_synthetic_data
=
True
FLAGS
.
use_synthetic_data
=
True
FLAGS
.
steps_between_evals
=
1
FLAGS
.
steps_between_evals
=
1
FLAGS
.
train_steps
=
2
FLAGS
.
train_steps
=
1
FLAGS
.
validation_steps
=
1
FLAGS
.
validation_steps
=
1
FLAGS
.
batch_size
=
8
FLAGS
.
batch_size
=
4
FLAGS
.
max_length
=
1
FLAGS
.
max_length
=
1
FLAGS
.
num_gpus
=
1
FLAGS
.
num_gpus
=
1
FLAGS
.
distribution_strategy
=
'off'
FLAGS
.
distribution_strategy
=
'off'
...
...
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