DanQ
DanQ copied to clipboard
A hybrid convolutional and recurrent neural network for predicting the function of DNA sequences
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...
Hello I ran your code, but your code has an error in the part shown in the figure. Can you figure out what the error is? Thanks 
Hi, Could you provide updated DanQ model trained with keras with tensorflow backend? Best
Hi, I have implemented a pytorch-based DanQ, which can be trained with pytorch_lightning easily. If you are interested in it, please take a look: https://github.com/HelloWorldLTY/DanQ_pytorch Thanks :)