DanQ icon indicating copy to clipboard operation
DanQ copied to clipboard

A hybrid convolutional and recurrent neural network for predicting the function of DNA sequences

Results 4 DanQ issues
Sort by recently updated
recently updated
newest added

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 ![1](https://user-images.githubusercontent.com/66211917/115961634-7ed58a80-a52c-11eb-899f-b1ce16f200ae.JPG)

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 :)