Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.41 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.41 KB

Maestro: Uncovering Low-Rank Structures via Trainable Decomposition

Implementation of Maestro's LOD (Low-rank ordered Decomposition) for different type of NN layers in PyTorch.

The repo contains:

How to run

pip install -r requirements
python setup.py develop

Reference

If you find this repo useful, please cite the paper:

@inproceedings{
    horv{\'a}th2024maestro,
    title={Maestro: Uncovering Low-Rank Structures via Trainable Decomposition},
    author={Samuel Horv{\'a}th and Stefanos Laskaridis and Shashank Rajput and Hongyi Wang},
    booktitle={Forty-first International Conference on Machine Learning},
    year={2024},
    url={https://openreview.net/forum?id=7bjyambg4x}
}