You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add "union" and "intersect" functions (in union.py) to pruning.py
or
Add "from lottery_ticket.foundations import union" line to pruning_test.py
Change line 33 "union_mask = pruning.union(masks1, masks2)" to "union_mask = union.union(masks1, masks2)",
and line 39 "intersect_mask = pruning.intersect(masks1, masks2)" to "intersect_mask = union.intersect(masks1, masks2)"
The text was updated successfully, but these errors were encountered:
Two methods:
or
and line 39 "intersect_mask = pruning.intersect(masks1, masks2)" to "intersect_mask = union.intersect(masks1, masks2)"
The text was updated successfully, but these errors were encountered: