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
@jacobgil I find there is no limits when using optimizer.step(). So the pruned weight will get a gradient and after stepping, it will be no longer 0 which means it cannot be regarded as pruned?
Am I right? Hope for your response!
The text was updated successfully, but these errors were encountered:
@jacobgil I find there is no limits when using
optimizer.step()
. So the pruned weight will get a gradient and after stepping, it will be no longer 0 which means it cannot be regarded as pruned?Am I right? Hope for your response!
The text was updated successfully, but these errors were encountered: