igo312 opened this issue 4 years ago · 0 comments
@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?
optimizer.step()
Am I right? Hope for your response!