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
6a5c66ad
Commit
6a5c66ad
authored
May 24, 2020
by
A. Unique TensorFlower
Browse files
Merge pull request #8542 from howl-anderson:master
PiperOrigin-RevId: 313032520
parents
861390b8
31552f02
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/nlp/transformer/data_download.py
official/nlp/transformer/data_download.py
+1
-1
No files found.
official/nlp/transformer/data_download.py
View file @
6a5c66ad
...
...
@@ -383,7 +383,7 @@ def main(unused_argv):
# Download test_data
logging
.
info
(
"Step 1/5: Downloading test data"
)
train_files
=
get_raw_files
(
FLAGS
.
data_dir
,
_TEST_DATA_SOURCES
)
get_raw_files
(
FLAGS
.
data_dir
,
_TEST_DATA_SOURCES
)
# Get paths of download/extracted training and evaluation files.
logging
.
info
(
"Step 2/5: Downloading data from source"
)
...
...
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