diff --git a/chiron/chiron_input.py b/chiron/chiron_input.py index 97b8db1..cc38990 100644 --- a/chiron/chiron_input.py +++ b/chiron/chiron_input.py @@ -20,7 +20,7 @@ from six.moves import range from six.moves import zip import tensorflow as tf -import utils.progress as progress +from .utils import progress raw_labels = collections.namedtuple('raw_labels', ['start', 'length', 'base'])