This is the Pytorch implementation for MambaGM
pip install -r requirements.txt
Download from Google Drive: Baby/Sports/Clothing/Electronics. The data contains text and image features extracted from Sentence-Transformers and VGG-16 and has been publiced in MMRec framework.
- Put your downloaded data (e.g. baby) under
data/
dir. - Run
main.py
to train MambaGM:python main.py
You may specify other parameters in CMD or config withconfigs/model/*.yaml
andconfigs/dataset/*.yaml
.
Thanks Zhou et.al FREEDOM),for their open source code. This code is also based on MMRec. Thanks for their work.