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
6e910b1f
Commit
6e910b1f
authored
Mar 09, 2020
by
A. Unique TensorFlower
Browse files
Internal change
PiperOrigin-RevId: 300009545
parent
15eab100
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
official/nlp/transformer/compute_bleu.py
official/nlp/transformer/compute_bleu.py
+2
-3
No files found.
official/nlp/transformer/compute_bleu.py
View file @
6e910b1f
...
@@ -26,12 +26,11 @@ import re
...
@@ -26,12 +26,11 @@ import re
import
sys
import
sys
import
unicodedata
import
unicodedata
# pylint: disable=g-bad-import-order
import
six
from
absl
import
app
as
absl_app
from
absl
import
app
as
absl_app
from
absl
import
flags
from
absl
import
flags
import
six
from
six.moves
import
range
import
tensorflow
as
tf
import
tensorflow
as
tf
# pylint: enable=g-bad-import-order
from
official.nlp.transformer.utils
import
metrics
from
official.nlp.transformer.utils
import
metrics
from
official.nlp.transformer.utils
import
tokenizer
from
official.nlp.transformer.utils
import
tokenizer
...
...
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