weberlab-hhu / Helixer

Using Deep Learning to predict gene annotations
GNU General Public License v3.0
149 stars 21 forks source link

Test switching from keras sequences to tf.data #24

Closed soi closed 3 years ago

soi commented 3 years ago

seems to be necessary for multi-gpu training and also:

https://www.reddit.com/r/tensorflow/comments/gn20nx/tfkerasutilssequence_vs_tfdata/

alisandra commented 3 years ago

nice find!

soi commented 3 years ago

thanks, but it seems much harder that it sounded in that post.