aertslab / CREsted

Other
26 stars 1 forks source link

Deeptopic LSTM model #6

Closed VKonstantakos closed 3 months ago

VKonstantakos commented 3 months ago

Adds the original DeepMEL/DeepFlyBrain LSTM model, simplified to one input, given its similar performance after reverse complement augmentations.

from crested.tl.zoo import deeptopic_lstm

model = deeptopic_lstm(seq_len=500, num_classes=47)

ToDo:

LukasMahieu commented 3 months ago

Please update all tf.keras ops to pure keras ops since main branch is now in keras 3.0 before merging (also, there are a bunch of empty files in this merge in the tl.zoo module --> remove)

LukasMahieu commented 3 months ago

Can you remove all the binary MAC files that are included here? Maybe add them to .gitignore too image

LukasMahieu commented 3 months ago

LGTM! I'll merge, you can delete the branch if done