Transmute AI Model Efficiency Toolkit
Project description
Transmute AI Model Efficiency Toolkit
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
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file trailmet-0.0.1rc3.tar.gz
.
File metadata
- Download URL: trailmet-0.0.1rc3.tar.gz
- Upload date:
- Size: 121.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd6a0df4c7db7abe40a5d86b2d3b58daf6dcf042f466046fc37273b0e4a2e82c |
|
MD5 | b293bf6fc514aabda87deac69de22b9e |
|
BLAKE2b-256 | ea08c4902f970f3aa52b3dbe6af696441c3c06c4a6bca20815a41da0adf8e7c5 |
File details
Details for the file trailmet-0.0.1rc3-py3-none-any.whl
.
File metadata
- Download URL: trailmet-0.0.1rc3-py3-none-any.whl
- Upload date:
- Size: 219.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b449e7e97d6b3cdca18f7dfc4af6dbdd77aec97c3a2035083f41dfba11f7b08d |
|
MD5 | c6dbf3cbbd427bdf206263ea71934799 |
|
BLAKE2b-256 | 995ddff09cc1893445c51d72ea260244ea06e2b67793d7351a5c4386756fd081 |