Hello,
I'm trying to input a sequence to the segment_nt model and I get the error
ValueError: Input length must be divisible by the 2 to the power of number of poolign layers.
The problem is I don't know how to determine the number of poolign layers.
My sequence is 1482 in length. I'm following along with the infer_segment_NT notebook but with my own sequence.
Can someone shed some light on what I am missing?
Many thanks