-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
I tweaked CAS module a little bit, and increased the learning rate. However after some iterations an "IndexError: list index out of range" occurred in test.py. I tried to locate the error, and it turned out that it's caused by this line:
Line 75 in 0aa3b9f
class_id = proposals[i][0][0] |
Actually
assert proposals[i][0] is not None
failed.
Can you please help me solve this problem? Thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels