-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Description
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.
Lottery-Ticket-Hypothesis-in-Pytorch/main.py
Line 286 in 34a8c96
| new_mask = np.where(abs(tensor) < percentile_value, 0, mask[step]) |
Metadata
Metadata
Assignees
Labels
No labels