Skip to content

Potential bug #28

@adnan1306

Description

@adnan1306

In line286 of main.py, it should be:
new_mask = np.where(abs(tensor) > percentile_value, 0, mask[step])
so that smaller weights are set to zero.

new_mask = np.where(abs(tensor) < percentile_value, 0, mask[step])

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