Mentions légales du service

Skip to content
Snippets Groups Projects
Unverified Commit f893da6d authored by Neal Wu's avatar Neal Wu Committed by GitHub
Browse files

Fix xrange import

parent 86d26fb1
Branches
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
"""Tests for the model."""
import numpy as np
from six import xrange
from six.moves import xrange
import string
import tensorflow as tf
from tensorflow.contrib import slim
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment