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
e6353fe5
Commit
e6353fe5
authored
Jul 31, 2018
by
Reed
Committed by
Taylor Robie
Jul 31, 2018
Browse files
Do not download if --download_if_missing=False (#4956)
parent
e4034bef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
official/recommendation/data_preprocessing.py
official/recommendation/data_preprocessing.py
+0
-1
No files found.
official/recommendation/data_preprocessing.py
View file @
e6353fe5
...
@@ -377,7 +377,6 @@ def instantiate_pipeline(dataset, data_dir, batch_size, eval_batch_size,
...
@@ -377,7 +377,6 @@ def instantiate_pipeline(dataset, data_dir, batch_size, eval_batch_size,
num_data_readers
=
None
,
num_neg
=
4
,
epochs_per_cycle
=
1
):
num_data_readers
=
None
,
num_neg
=
4
,
epochs_per_cycle
=
1
):
"""Preprocess data and start negative generation subprocess."""
"""Preprocess data and start negative generation subprocess."""
movielens
.
download
(
dataset
=
dataset
,
data_dir
=
data_dir
)
tf
.
logging
.
info
(
"Beginning data preprocessing."
)
tf
.
logging
.
info
(
"Beginning data preprocessing."
)
ncf_dataset
=
construct_cache
(
dataset
=
dataset
,
data_dir
=
data_dir
,
ncf_dataset
=
construct_cache
(
dataset
=
dataset
,
data_dir
=
data_dir
,
num_data_readers
=
num_data_readers
)
num_data_readers
=
num_data_readers
)
...
...
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