Commit df1c7449 authored by Neal Wu's avatar Neal Wu

Revert a change to imports which breaks the instructions given in the tutorial

parent 2770f00b
......@@ -18,5 +18,5 @@ from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
from . import data_utils
from . import seq2seq_model
import data_utils
import seq2seq_model
......@@ -25,7 +25,7 @@ import numpy as np
from six.moves import xrange # pylint: disable=redefined-builtin
import tensorflow as tf
from . import data_utils
import data_utils
class Seq2SeqModel(object):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment