julianser / hed-dlg-truncated

Hierarchical Encoder Decoder RNN (HRED) with Truncated Backpropagation Through Time (Truncated BPTT)
GNU General Public License v3.0
308 stars 129 forks source link

ImportError: No module named scan #9

Closed SeekPoint closed 7 years ago

SeekPoint commented 7 years ago

rzai@rzai00:~/prj/hed-dlg-truncated$ THEANO_FLAGS=mode=FAST_RUN,device=gpu,floatX=float32 python train.py --prototype prototype_ubuntu_HRED > Model_Output.txt Using gpu device 0: GeForce GTX 1080 (CNMeM is disabled, cuDNN 5005) Traceback (most recent call last): File "train.py", line 6, in from dialog_encdec import * File "/home/rzai/prj/hed-dlg-truncated/dialog_encdec.py", line 16, in from theano.sandbox.scan import scan ImportError: No module named scan rzai@rzai00:~/prj/hed-dlg-truncated$ rzai@rzai00:~/prj/hed-dlg-truncated$ rzai@rzai00:~/prj/hed-dlg-truncated$ ll

julianser commented 7 years ago

Fixed.