"projects/git@developer.sourcefind.cn:wangsen/mineru.git" did not exist on "667d2c0d558d21c5effdf19406b1dd7fe9363ac9"
Unverified Commit 6daba3b4 authored by Neal Wu's avatar Neal Wu Committed by GitHub
Browse files

Merge pull request #3702 from cclauss/from-six.moves-import-xrange-yet-again

from six.moves import xrange (en masse) YET AGAIN
parents 001a2a61 cd850550
......@@ -21,6 +21,7 @@ from __future__ import print_function
import lexnet_common
import numpy as np
import tensorflow as tf
from six.moves import xrange
class LexNETModel(object):
......
......@@ -95,6 +95,8 @@ import threading
import numpy as np
from six.moves import xrange
import tensorflow as tf
from six.moves import xrange
tf.app.flags.DEFINE_string('train_directory', '/tmp/',
'Training data directory')
......
......@@ -49,7 +49,6 @@ from __future__ import division
from __future__ import print_function
import os
import os.path
import sys
from six.moves import xrange
......
......@@ -85,6 +85,7 @@ import glob
import os.path
import sys
import xml.etree.ElementTree as ET
from six.moves import xrange
from six.moves import xrange
......
......@@ -20,6 +20,7 @@ from __future__ import print_function
import numpy as np
from six.moves import xrange
import tensorflow as tf
from six.moves import xrange
layers = tf.contrib.layers
......
......@@ -22,6 +22,7 @@ from math import log
from six.moves import xrange
import tensorflow as tf
from six.moves import xrange
slim = tf.contrib.slim
......
......@@ -20,6 +20,7 @@ from __future__ import print_function
from six.moves import xrange
import tensorflow as tf
from six.moves import xrange
from nets import dcgan
......
......@@ -44,6 +44,7 @@ import struct
import sys
import tensorflow as tf
from six.moves import xrange
flags = tf.app.flags
......
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