"docs/git@developer.sourcefind.cn:hehl2/torchaudio.git" did not exist on "a450cf81c11d206983f209586f38db06e8df2801"
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 ...@@ -21,6 +21,7 @@ from __future__ import print_function
import lexnet_common import lexnet_common
import numpy as np import numpy as np
import tensorflow as tf import tensorflow as tf
from six.moves import xrange
class LexNETModel(object): class LexNETModel(object):
......
...@@ -95,6 +95,8 @@ import threading ...@@ -95,6 +95,8 @@ import threading
import numpy as np import numpy as np
from six.moves import xrange from six.moves import xrange
import tensorflow as tf import tensorflow as tf
from six.moves import xrange
tf.app.flags.DEFINE_string('train_directory', '/tmp/', tf.app.flags.DEFINE_string('train_directory', '/tmp/',
'Training data directory') 'Training data directory')
......
...@@ -49,7 +49,6 @@ from __future__ import division ...@@ -49,7 +49,6 @@ from __future__ import division
from __future__ import print_function from __future__ import print_function
import os import os
import os.path
import sys import sys
from six.moves import xrange from six.moves import xrange
......
...@@ -85,6 +85,7 @@ import glob ...@@ -85,6 +85,7 @@ import glob
import os.path import os.path
import sys import sys
import xml.etree.ElementTree as ET import xml.etree.ElementTree as ET
from six.moves import xrange
from six.moves import xrange from six.moves import xrange
......
...@@ -20,6 +20,7 @@ from __future__ import print_function ...@@ -20,6 +20,7 @@ from __future__ import print_function
import numpy as np import numpy as np
from six.moves import xrange from six.moves import xrange
import tensorflow as tf import tensorflow as tf
from six.moves import xrange
layers = tf.contrib.layers layers = tf.contrib.layers
......
...@@ -22,6 +22,7 @@ from math import log ...@@ -22,6 +22,7 @@ from math import log
from six.moves import xrange from six.moves import xrange
import tensorflow as tf import tensorflow as tf
from six.moves import xrange
slim = tf.contrib.slim slim = tf.contrib.slim
......
...@@ -20,6 +20,7 @@ from __future__ import print_function ...@@ -20,6 +20,7 @@ from __future__ import print_function
from six.moves import xrange from six.moves import xrange
import tensorflow as tf import tensorflow as tf
from six.moves import xrange
from nets import dcgan from nets import dcgan
......
...@@ -44,6 +44,7 @@ import struct ...@@ -44,6 +44,7 @@ import struct
import sys import sys
import tensorflow as tf import tensorflow as tf
from six.moves import xrange
flags = tf.app.flags 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