The official implementation of paper: "FLoRA: Low-Rank Core Space for N-dimension".
Links: Arxiv

linear(2 dims), conv2d(4 dims), conv3d(5 dims), embeddings(1 dims). We also provide a base N-dims-FLoRA layer for high dimensions of weights. You can refer to our implementations of class Linear, Conv2D in layers.py for more details and then customize your class.@article{si2024flora,
title={FLoRA: Low-Rank Core Space for N-dimension},
author={Si, Chongjie* and Wang, Xuehui* and Yang, Xue and Xu, Zhengqin and Li, Qingyun and Dai, Jifeng and Qiao, Yu and Yang, Xiaokang and Shen, Wei},
journal={arXiv preprint arXiv:2405.14739},
year={2024}
}
$ claude mcp add FLoRA \
-- python -m otcore.mcp_server <graph>