Skip to content

Unexpected error during testing #15

@JudeLiu

Description

@JudeLiu

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:

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions