Hi, i run the code on vgg16 and resnet18/CIFAR10, but failed to reproduce the result in your paper, i use the provided baseline and sparse decompose checkpoints, and both failed to achieve your paper results on method-P(after pruning and retraining).
For vgg16 and resnet18, i get 92.75 and 93.41 after pruning and retraining 30 epochs respectively, while in your paper the result is 93.12 and 94.01.
and some other questions:
- I think the data_prefetcher in your code is wrong, if i directly run your code with the prefetcher, the result is very bad.
- There is something wrong with your provided checkpoint resnet56, i cannot load it with torch.load
- Some details are not consistent with your paper. The cross_interval in your code is 2 and it is 5 in your paper, and SVD is used to solve the decomposition problem while it is PCA in your code.
Thank you!
Hi, i run the code on vgg16 and resnet18/CIFAR10, but failed to reproduce the result in your paper, i use the provided baseline and sparse decompose checkpoints, and both failed to achieve your paper results on method-P(after pruning and retraining).
For vgg16 and resnet18, i get 92.75 and 93.41 after pruning and retraining 30 epochs respectively, while in your paper the result is 93.12 and 94.01.
and some other questions:
Thank you!