"...csrc/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "591c899c6e9272e5a3c0cd2e3bddf82d5fad645e"
Unverified Commit 58cb61b5 authored by cclauss's avatar cclauss Committed by GitHub
Browse files

Compression: from six.moves import xrange for Python 3

xrange() was removed in Python 3 in favor of range()
parent 7f2ea994
...@@ -17,6 +17,8 @@ ...@@ -17,6 +17,8 @@
import json import json
from six.moves import xrange
import tensorflow as tf import tensorflow as tf
from entropy_coder.lib import blocks from entropy_coder.lib import blocks
......
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