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
ab2c8ba9
Commit
ab2c8ba9
authored
Jul 28, 2020
by
Hongkun Yu
Committed by
A. Unique TensorFlower
Jul 28, 2020
Browse files
Internal change
PiperOrigin-RevId: 323653596
parent
902e05aa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
official/nlp/transformer/compute_bleu.py
official/nlp/transformer/compute_bleu.py
+2
-2
official/nlp/transformer/data_download.py
official/nlp/transformer/data_download.py
+1
-1
orbit/standard_runner_test.py
orbit/standard_runner_test.py
+0
-1
No files found.
official/nlp/transformer/compute_bleu.py
View file @
ab2c8ba9
...
...
@@ -26,7 +26,7 @@ import re
import
sys
import
unicodedata
from
absl
import
app
as
absl_app
from
absl
import
app
from
absl
import
flags
import
six
from
six.moves
import
range
...
...
@@ -149,4 +149,4 @@ if __name__ == "__main__":
tf
.
logging
.
set_verbosity
(
tf
.
logging
.
INFO
)
define_compute_bleu_flags
()
FLAGS
=
flags
.
FLAGS
absl_
app
.
run
(
main
)
app
.
run
(
main
)
official/nlp/transformer/data_download.py
View file @
ab2c8ba9
...
...
@@ -436,4 +436,4 @@ if __name__ == "__main__":
logging
.
set_verbosity
(
logging
.
INFO
)
define_data_download_flags
()
FLAGS
=
flags
.
FLAGS
absl_
app
.
run
(
main
)
tf
.
app
.
run
(
main
)
orbit/standard_runner_test.py
View file @
ab2c8ba9
...
...
@@ -14,7 +14,6 @@
# limitations under the License.
# ==============================================================================
"""Tests for orbit.standard_runner."""
# pylint: disable=g-bad-import-order
from
orbit
import
standard_runner
...
...
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