EnsemblGSOC / Ensembl-Repeat-Identification

A Deep Learning repository for predicting the location and type of repeat sequence in genome.
4 stars 3 forks source link

Repeat list should contain genome start, not index #33

Closed yangtcai closed 2 years ago

yangtcai commented 2 years ago

I train and test our new filter datasets for 140 epochs, and both train and test loss don't coverage, after debugging the code using the whole day, I realize there is a bug in my previous code. 😨

williamstark01 commented 2 years ago

Ohh, sorry to hear that, but bugs like that happen, nobody is safe from them :P

Would it make sense to use a smaller transformer with fewer layers during development to track training more quickly?