Tien commited on
Commit
2b26e91
ยท
verified ยท
1 Parent(s): 9b240c0

Add release note

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -1,3 +1,31 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ # ๐Ÿš€ Singular Values-Driven Automated Filter Pruning Release
5
+ ๐ŸŽ‰ We are thrilled to announce the first official release of our project, featuring a collection of baseline and compressed checkpoints to support efficient network compression.
6
+
7
+ ## โœ”๏ธ Available Checkpoints:
8
+ - VGG-16-BN/CIFAR-10
9
+ - ResNet-56/110/CIFAR-10
10
+ - DenseNet-40/CIFAR-10
11
+ - GoogleNet/CIFAR-10
12
+ - VGG-16-BN/CIFAR-100
13
+ - ResNet-20/56/110/CIFAR-100
14
+ - ResNet-50/Imagenet
15
+ - MobileNetv2/Imagenet
16
+ - Faster/Mask/KeypointRCNNResNet50FPN/COCO-2017
17
+
18
+ ## ๐Ÿ“ Usage:
19
+ To get started with these checkpoints, simply refer to the documentation. Each checkpoint must be loaded with its corresponding pruning ratio.
20
+
21
+ ## ๐Ÿ’ฌ Feedback and Contributions:
22
+ We value your feedback and contributions to this project. If you encounter any issues, have suggestions for improvements, or would like to contribute models, please don't hesitate to open an issue or submit a pull request on our GitHub repository.
23
+
24
+ ## ๐Ÿ”ฎ Future Updates:
25
+ We are dedicated to the continuous improvement and expansion of our model collection. Keep an eye on our repository for future updates, as we plan to add more models and fine-tuned variations based on community feedback and demands.
26
+
27
+ Once again, thank you for your interest in our project. We hope these checkpoints empower you to accelerate your projects and research in the domain of network compression.
28
+
29
+ Happy coding and exploring the world of efficient deep learning!
30
+
31
+ ๐Ÿ‡ซ๐Ÿ‡ท The SVP Team