You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "RNN.py", line 12, in
from seq2seq import Seq2Seq, AttentionSeq2Seq
File "/usr/local/lib/python2.7/dist-packages/seq2seq/init.py", line 1, in
from .cells import *
File "/usr/local/lib/python2.7/dist-packages/seq2seq/cells.py", line 1, in
import recurrentshop
File "build/bdist.linux-x86_64/egg/recurrentshop/init.py", line 1, in
File "build/bdist.linux-x86_64/egg/recurrentshop/engine.py", line 6, in
ImportError: cannot import name _collect_previous_mask
According to #177 this error is caused by an old version of keras, however i am using Keras 2.2.0
The text was updated successfully, but these errors were encountered:
According to #177 this error is caused by an old version of keras, however i am using Keras 2.2.0
The text was updated successfully, but these errors were encountered: