Skip to content

Releases: lecode-official/pytorch-lottery-ticket-hypothesis

v0.1.0 Initial Release

20 Oct 15:20
Compare
Choose a tag to compare
  • Initial release
  • Implements the original lottery ticket hypothesis algorithm using magnitude pruning
  • Supports the following models:
    • LeNet-300-100
    • LeNet-5
    • Conv-2
    • Conv-4
    • Conv-6
    • VGG19
  • Supports the following datasets:
    • MNIST
    • CIFAR-10
  • Supports Linux on AMD64