Андрей Райцын
Андрей Райцын
@AndreaBrg Hi,thank you for your answer. I attached an ipynb file with code. Here I am training the ResNet-50 model from scratch for 15 epochs and the accuracy is 36%...
Hi! Do you mean that this is a problem of the torch.prune.ln_structured method as one of the ways to zero the weights of the model? As I know, structured pruning...
Hi! Yes, we have a significant accuracy drop after ln_structured method due to the zeroing of big part (0.8) of the weights, but we also have an accuracy drop after...