uci-cbcl/DanQ

ImportError: cannot import name downsample

Opened this issue · 1 comments

when I run this model by "python DanQ_train.py",it comes a error,
Traceback (most recent call last):
File "DanQ_train.py", line 8, in
from keras.models import Sequential
File "build/bdist.linux-x86_64/egg/keras/models.py", line 15, in
File "build/bdist.linux-x86_64/egg/keras/utils/layer_utils.py", line 10, in
File "build/bdist.linux-x86_64/egg/keras/layers/convolutional.py", line 6, in
ImportError: cannot import name downsample
what should I do?

I had the same issue. @learnmoremore were you able to find a solution through this?