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
b903049a
Commit
b903049a
authored
Sep 03, 2019
by
David Chen
Committed by
A. Unique TensorFlower
Sep 03, 2019
Browse files
Internal change
PiperOrigin-RevId: 267063166
parent
9a88e415
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
official/recommendation/ncf_keras_main.py
official/recommendation/ncf_keras_main.py
+2
-2
No files found.
official/recommendation/ncf_keras_main.py
View file @
b903049a
...
@@ -26,7 +26,7 @@ import json
...
@@ -26,7 +26,7 @@ import json
import
os
import
os
# pylint: disable=g-bad-import-order
# pylint: disable=g-bad-import-order
from
absl
import
app
as
absl_app
from
absl
import
app
from
absl
import
flags
from
absl
import
flags
from
absl
import
logging
from
absl
import
logging
import
tensorflow
as
tf
import
tensorflow
as
tf
...
@@ -517,4 +517,4 @@ def main(_):
...
@@ -517,4 +517,4 @@ def main(_):
if
__name__
==
"__main__"
:
if
__name__
==
"__main__"
:
ncf_common
.
define_ncf_flags
()
ncf_common
.
define_ncf_flags
()
absl_
app
.
run
(
main
)
app
.
run
(
main
)
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