-
Notifications
You must be signed in to change notification settings - Fork 845
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when import seq2seq have an error:cannot import name '_collect_previous_mask' #250
Comments
I have the same problem. Who can help me? |
l just solved this problem: i repalced my keras version from 2.2.0 to 2.0.0 , use "pip install --upgrade keras==2.0.0" , you can try it! |
I also meet this problem, and I try to find this two as the function of python from Internet.
|
can you tell me how to fix it? it occur in:
from
keras.engine.topology import Node, _collect_previous_mask, _collect_input_shapeThe text was updated successfully, but these errors were encountered: