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
1048ffd5
"git@developer.sourcefind.cn:wangsen/mineru.git" did not exist on "e40e2f91dc7e342476d2d73e91326251416deb48"
Commit
1048ffd5
authored
Dec 26, 2018
by
Taylor Robie
Browse files
change eval_batch_size flag from a string to an int
parent
ec0d43ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/recommendation/ncf_main.py
official/recommendation/ncf_main.py
+1
-1
No files found.
official/recommendation/ncf_main.py
View file @
1048ffd5
...
...
@@ -321,7 +321,7 @@ def define_ncf_flags():
name
=
"download_if_missing"
,
default
=
True
,
help
=
flags_core
.
help_wrap
(
"Download data to data_dir if it is not already present."
))
flags
.
DEFINE_
string
(
flags
.
DEFINE_
integer
(
name
=
"eval_batch_size"
,
default
=
None
,
help
=
flags_core
.
help_wrap
(
"The batch size used for evaluation. This should generally be larger"
"than the training batch size as the lack of back propagation during"
...
...
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