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
f9742f43
Commit
f9742f43
authored
Oct 17, 2018
by
Shawn Wang
Browse files
Fix a few imports.
parent
91000bc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
official/recommendation/neumf_model.py
official/recommendation/neumf_model.py
+3
-4
No files found.
official/recommendation/neumf_model.py
View file @
f9742f43
...
...
@@ -36,13 +36,12 @@ from __future__ import print_function
import
sys
import
typing
import
google3
from
six.moves
import
xrange
# pylint: disable=redefined-builtin
import
tensorflow
as
tf
from
google3.third_party.tensorflow_models.
official.datasets
import
movielens
# pylint: disable=g-bad-import-order
from
google3.third_party.tensorflow_models.
official.recommendation
import
constants
as
rconst
from
google3.third_party.tensorflow_models.
official.recommendation
import
stat_utils
from
official.datasets
import
movielens
# pylint: disable=g-bad-import-order
from
official.recommendation
import
constants
as
rconst
from
official.recommendation
import
stat_utils
def
_sparse_to_dense_grads
(
grads_and_vars
):
...
...
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