Skip to content

Release v0.1.0 - Checkpoints

Latest
Compare
Choose a tag to compare
@pvti pvti released this 23 Aug 16:27
· 41 commits to main since this release

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.

Available Checkpoints:

  1. VGG-16-BN/CIFAR-10
  2. ResNet-56/110/CIFAR-10
  3. DenseNet-40/CIFAR-10
  4. GooLeNet/CIFAR-10
  5. MobileNetv2/CIFAR-10
  6. ResNet-50/Imagenet
  7. Faster/Mask/KeypointRCNNResNet50FPN/COCO-2017

Usage
To get started with these checkpoints, simply refer to the documentation. Each checkpoint must be loaded with its corresponding pruning ratio.

Feedback and Contributions:
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.

Future Updates:
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.

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.

Happy coding and exploring the world of efficient deep learning!

The CORING Team

What's Changed

  • Refactor project structure by @pvtien96 in #1

New Contributors

  • @pvtien96 made their first contribution in #1

Full Changelog: https://github.com/pvtien96/CORING/commits/v0.1.0