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
58fb6d7e
Commit
58fb6d7e
authored
Aug 14, 2017
by
cclauss
Committed by
Ryan Sepassi
Aug 14, 2017
Browse files
Adv_Txt: from six.moves import xrange for Python 3 (#2177)
parent
339230ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
adversarial_text/adversarial_losses.py
adversarial_text/adversarial_losses.py
+1
-0
adversarial_text/layers.py
adversarial_text/layers.py
+1
-0
No files found.
adversarial_text/adversarial_losses.py
View file @
58fb6d7e
...
...
@@ -16,6 +16,7 @@
from
__future__
import
absolute_import
from
__future__
import
division
from
__future__
import
print_function
from
six.moves
import
xrange
# pylint: disable=redefined-builtin
# Dependency imports
...
...
adversarial_text/layers.py
View file @
58fb6d7e
...
...
@@ -16,6 +16,7 @@
from
__future__
import
absolute_import
from
__future__
import
division
from
__future__
import
print_function
from
six.moves
import
xrange
# pylint: disable=redefined-builtin
# Dependency imports
...
...
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