broadinstitute / keras-resnet

Keras package for deep residual networks
Other
300 stars 127 forks source link

1D ResNet? #49

Closed yfarjoun closed 5 years ago

yfarjoun commented 5 years ago

I've been trying to use this resnet on a 1D feature tensor..DNA-sequence! but I get errors using the default ResNet object since I do not have enough dimensions. I tried writing my own ResNet1D using the framework that you have going here, but have failed, thus far.

A few pointers would be appreciated!

yfarjoun commented 5 years ago

figured it out. if there's interest I can submit a PR

vincenzodentamaro commented 4 years ago

I am interested, please let me know.