Commit f9742f43 authored by Shawn Wang's avatar Shawn Wang
Browse files

Fix a few imports.

parent 91000bc5
......@@ -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):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment