Closed Bob-Pang closed 6 years ago
the code in line 33 is: if i > sequence_max_length - 1: I think it should be: if i >= sequence_max_length - 1
Hello, Yes that's a stupid mistake, will be fixing it later this week. 😣
ok,thanks for your reply
the code in line 33 is: if i > sequence_max_length - 1: I think it should be: if i >= sequence_max_length - 1