Skip to content

Commit

Permalink
from six.moves import xrange (en masse) YET AGAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Mar 22, 2018
1 parent 2913cb2 commit cd85055
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions research/lexnet_nc/lexnet_model.py
Expand Up @@ -21,6 +21,7 @@
import lexnet_common
import numpy as np
import tensorflow as tf
from six.moves import xrange


class LexNETModel(object):
Expand Down
2 changes: 2 additions & 0 deletions research/slim/datasets/build_imagenet_data.py
Expand Up @@ -94,6 +94,8 @@

import numpy as np
import tensorflow as tf
from six.moves import xrange


tf.app.flags.DEFINE_string('train_directory', '/tmp/',
'Training data directory')
Expand Down
Expand Up @@ -49,9 +49,10 @@
from __future__ import print_function

import os
import os.path
import sys

from six.moves import xrange


if __name__ == '__main__':
if len(sys.argv) < 3:
Expand Down
1 change: 1 addition & 0 deletions research/slim/datasets/process_bounding_boxes.py
Expand Up @@ -85,6 +85,7 @@
import os.path
import sys
import xml.etree.ElementTree as ET
from six.moves import xrange


class BoundingBox(object):
Expand Down
1 change: 1 addition & 0 deletions research/slim/nets/cyclegan.py
Expand Up @@ -20,6 +20,7 @@
import numpy as np

import tensorflow as tf
from six.moves import xrange

layers = tf.contrib.layers

Expand Down
1 change: 1 addition & 0 deletions research/slim/nets/dcgan.py
Expand Up @@ -20,6 +20,7 @@
from math import log

import tensorflow as tf
from six.moves import xrange
slim = tf.contrib.slim


Expand Down
1 change: 1 addition & 0 deletions research/slim/nets/dcgan_test.py
Expand Up @@ -19,6 +19,7 @@
from __future__ import print_function

import tensorflow as tf
from six.moves import xrange
from nets import dcgan


Expand Down
1 change: 1 addition & 0 deletions research/swivel/glove_to_shards.py
Expand Up @@ -44,6 +44,7 @@
import sys

import tensorflow as tf
from six.moves import xrange

flags = tf.app.flags

Expand Down

0 comments on commit cd85055

Please sign in to comment.