"...git@developer.sourcefind.cn:OpenDAS/torch-sparce.git" did not exist on "19fd82511ed501343889700858490d0bfbba98c5"
Commit 2bcf98d7 authored by Zhilin Yang's avatar Zhilin Yang Committed by GitHub
Browse files

Merge pull request #2 from cclauss/patch-1

from six.moves import xrange for line 318
parents 30555418 e5f1ca3c
...@@ -8,6 +8,8 @@ import time ...@@ -8,6 +8,8 @@ import time
from absl import flags from absl import flags
import absl.logging as _logging # pylint: disable=unused-import import absl.logging as _logging # pylint: disable=unused-import
from six.moves import xrange # pylint: disable=redefined-builtin
import tensorflow as tf import tensorflow as tf
from tensorflow.gfile import Exists as exists from tensorflow.gfile import Exists as exists
import model import model
......
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