"benchmark/vscode:/vscode.git/clone" did not exist on "ff2ce0b86fe8825f151c23b4d75b92d90983b074"
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 ...@@ -36,13 +36,12 @@ from __future__ import print_function
import sys import sys
import typing import typing
import google3
from six.moves import xrange # pylint: disable=redefined-builtin from six.moves import xrange # pylint: disable=redefined-builtin
import tensorflow as tf import tensorflow as tf
from google3.third_party.tensorflow_models.official.datasets import movielens # pylint: disable=g-bad-import-order from official.datasets import movielens # pylint: disable=g-bad-import-order
from google3.third_party.tensorflow_models.official.recommendation import constants as rconst from official.recommendation import constants as rconst
from google3.third_party.tensorflow_models.official.recommendation import stat_utils from official.recommendation import stat_utils
def _sparse_to_dense_grads(grads_and_vars): 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