weberlab-hhu / Helixer

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

Somtimes predicted categories don't sum to one (overlap + ensembled) #4

Closed alisandra closed 3 years ago

alisandra commented 3 years ago

For instance papio_anubis, chunk 479

@soi explained this well in the original (GenuFF repo) issue: "I believe this is due to the way overlapping is done. Could this chunk be the last one in a chromosome? I vaguely remember that such things happened, but that it also had no effect on the argmax outcome (hopefully).

Basically there is nothing to overlap with at the end and the initial array to which the sequences get copied to for the final averaging is initialized with zeros, so the average shrinks but not the argmax."