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
ec6ac5fa
Commit
ec6ac5fa
authored
Aug 20, 2019
by
A. Unique TensorFlower
Browse files
Fix flag name error in NCF create_ncf_data binary.
PiperOrigin-RevId: 264468498
parent
a6f10ec0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
official/recommendation/create_ncf_data.py
official/recommendation/create_ncf_data.py
+2
-2
No files found.
official/recommendation/create_ncf_data.py
View file @
ec6ac5fa
...
...
@@ -65,8 +65,8 @@ def prepare_raw_data(flag_obj):
data_processing_params
=
{
"train_epochs"
:
flag_obj
.
num_train_epochs
,
"batch_size"
:
flag_obj
.
prebatch_size
,
"eval_batch_size"
:
flag_obj
.
prebatch_size
,
"batch_size"
:
flag_obj
.
train_
prebatch_size
,
"eval_batch_size"
:
flag_obj
.
eval_
prebatch_size
,
"batches_per_step"
:
1
,
"stream_files"
:
True
,
"num_neg"
:
flag_obj
.
num_negative_samples
,
...
...
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