Skip to main content

Transmute AI Model Efficiency Toolkit

Project description




Transmute AI Model Efficiency Toolkit

GitHub Documentation Run tests with pytest GitHub Stars GitHub Forks

Introduction

Trailmet is a model efficiency toolkit for compressing deep learning models using state of the art compression techniques. Today deep learning models are not deployable because of their huge memory footprint, TRAILMET is an effort to make deep learning models more efficient in their size to performance ratio. It is developed using Pytorch 1.13.

Major features

  • State of the art compression algorithms implemented.
  • Demo notebooks for training each algorithm.
  • Modular Design: All alogithms are modular and can customized easily for any kind of model and dataset.

Installation

Below are quick steps for installation:

git clone https://github.com/transmuteAI/trailmet.git
cd trailmet
conda create -n trailmet
conda activate trailmet
conda install pytorch=1.13 torchvision=0.14 pytorch-cuda=11.7 -c pytorch -c nvidia
pip install trailmet

Algorithms Implemented

Demo notebooks for each algorithm is added in experiments folder

Knowledge Distillation
Pruning
Quantization
Binarization

Acknowledgement

Citation

If you find this project useful in your research, please consider cite:

@misc{,
    title={},
    author={},
    howpublished = {}},
    year={2023}
}

License

This project is released under the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

trailmet-0.0.1rc3.tar.gz (121.2 kB view hashes)

Uploaded Source

Built Distribution

trailmet-0.0.1rc3-py3-none-any.whl (219.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page