Skip to content

Model Pruning (Lottery Ticket Hypothesis) Not Reinitializing Weights #13040

Discussion options

You must be logged in to vote

As I began implementing and comparing with my own custom pruning function, I came to the realization that weight_orig is the updated weight at the end of each epoch, not the original initialized weight. Printing the actual weight at the start of each epoch gives the original initialized weight. Had a different idea of what weight_orig meant, my bad!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mune98
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment