Skip to content

Typo mistake #5

Description

@hasam6400

In file features.py, you wrote
if(img_y==-1 or aud_y == -1):
but it should be
if(img_y[i]==-1 or aud_y[i] == -1):

correct me if i am wrong.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions