Skip to content

Failed to reproduce the CIFAR10 result #2

Description

@zjuchensa

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:

  1. I think the data_prefetcher in your code is wrong, if i directly run your code with the prefetcher, the result is very bad.
  2. There is something wrong with your provided checkpoint resnet56, i cannot load it with torch.load
  3. 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions