Skip to content

why my experiment results can't reach the original performance? #7

@JaminLi

Description

@JaminLi

Hi, thanks for your nice repo!
When I used your method for my experiment, I found my experiment results can't reach the original performance whether the first iteration or the 35th iteration.

In <main.py>
#Freezing Pruned weights by making their gradients Zero
grad_tensor = np.where(tensor < EPS, 0, grad_tensor)

Does this issue?

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