Skip to content

Transmute AI Lab Model Efficiency Toolkit

License

Notifications You must be signed in to change notification settings

hachons/trailmet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation




Transmute AI Model Efficiency Toolkit

GitHub Documentation 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.5.

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:

conda create -n trailmet python=3.8 pytorch=1.10 cudatoolkit=11.3 torchvision==0.11.0 -c pytorch -y
conda activate trailmet
git clone https://github.com/transmuteAI/trailmet.git
cd 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.

About

Transmute AI Lab Model Efficiency Toolkit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 87.0%
  • Python 13.0%