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
I am trying to implement an iterative pruning process of the timm models.
The following code works great when iterative steps are small (i.e. up to ~30-40) but then suddenly break for higher numbers, preventing from doing longer iterative pruning.
RuntimeError: mat1 and mat2 shapes cannot be multiplied (197x760 and 768x2304)
Hello there,
I am trying to implement an iterative pruning process of the timm models.
The following code works great when iterative steps are small (i.e. up to ~30-40) but then suddenly break for higher numbers, preventing from doing longer iterative pruning.
RuntimeError: mat1 and mat2 shapes cannot be multiplied (197x760 and 768x2304)
Would you have an idea of what is going on ?
FYI I am using:
The text was updated successfully, but these errors were encountered: