Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
e029542a
Unverified
Commit
e029542a
authored
Mar 05, 2018
by
Andrew M Dai
Committed by
GitHub
Mar 05, 2018
Browse files
Merge pull request #3520 from cclauss/from-six.moves-import-xrange-again
from six.moves import xrange (en masse) AGAIN
parents
74c43aae
ffb8041e
Changes
24
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
1 deletion
+6
-1
research/slim/datasets/process_bounding_boxes.py
research/slim/datasets/process_bounding_boxes.py
+2
-0
research/slim/nets/cyclegan.py
research/slim/nets/cyclegan.py
+1
-1
research/slim/nets/dcgan.py
research/slim/nets/dcgan.py
+2
-0
research/slim/nets/dcgan_test.py
research/slim/nets/dcgan_test.py
+1
-0
No files found.
research/slim/datasets/process_bounding_boxes.py
View file @
e029542a
...
@@ -86,6 +86,8 @@ import os.path
...
@@ -86,6 +86,8 @@ import os.path
import
sys
import
sys
import
xml.etree.ElementTree
as
ET
import
xml.etree.ElementTree
as
ET
from
six.moves
import
xrange
class
BoundingBox
(
object
):
class
BoundingBox
(
object
):
pass
pass
...
...
research/slim/nets/cyclegan.py
View file @
e029542a
...
@@ -18,7 +18,7 @@ from __future__ import division
...
@@ -18,7 +18,7 @@ from __future__ import division
from
__future__
import
print_function
from
__future__
import
print_function
import
numpy
as
np
import
numpy
as
np
from
six.moves
import
xrange
import
tensorflow
as
tf
import
tensorflow
as
tf
layers
=
tf
.
contrib
.
layers
layers
=
tf
.
contrib
.
layers
...
...
research/slim/nets/dcgan.py
View file @
e029542a
...
@@ -19,6 +19,8 @@ from __future__ import print_function
...
@@ -19,6 +19,8 @@ from __future__ import print_function
from
math
import
log
from
math
import
log
from
six.moves
import
xrange
import
tensorflow
as
tf
import
tensorflow
as
tf
slim
=
tf
.
contrib
.
slim
slim
=
tf
.
contrib
.
slim
...
...
research/slim/nets/dcgan_test.py
View file @
e029542a
...
@@ -18,6 +18,7 @@ from __future__ import absolute_import
...
@@ -18,6 +18,7 @@ from __future__ import absolute_import
from
__future__
import
division
from
__future__
import
division
from
__future__
import
print_function
from
__future__
import
print_function
from
six.moves
import
xrange
import
tensorflow
as
tf
import
tensorflow
as
tf
from
nets
import
dcgan
from
nets
import
dcgan
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment