Closed dt-ahmed-touila closed 4 years ago
Bug in bmes_decode function, infinite loop encountered when predictions presented certain patterns (Exp: O-O-O-M-E).
On prediction output and in the first iterations of training such sequences are not impossible to get which leads to an infinite evaluation time.
Quick fix: add an idx+=1 in line
idx+=1
Thanks for pointing that out! I just made an update. Closing the issue.
Bug in bmes_decode function, infinite loop encountered when predictions presented certain patterns (Exp: O-O-O-M-E).
On prediction output and in the first iterations of training such sequences are not impossible to get which leads to an infinite evaluation time.
Quick fix: add an
idx+=1
in line