JosephKJ/OWOD

Error while training for task 2 - UnboundLocalError: local variable 'length' referenced before assignment

Closed this issue · 3 comments

Hi,

I'm facing the following error while training for task 2 -
error

Due to this error, I'm unable to start the training for task 2. I would really appreciate if you could help regarding this error.

Hi @rush2406,

Please check this #42.

Thanks @mmaaz60, it worked!

Apparently, this happens because you did change the number of iterations that you used for training Task 1 from 18000 to 36000, but did not update the Task 2 training with this info:

OWOD:
  CLUSTERING:
    START_ITER: 18000 ---change-to---> 36000