Skip to content

TBI805/MambaGM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 

Repository files navigation

This is the Pytorch implementation for MambaGM

Environment

pip install -r requirements.txt

Data

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.

Run

  1. Put your downloaded data (e.g. baby) under data/ dir.
  2. Run main.py to train MambaGM: python main.py You may specify other parameters in CMD or config with configs/model/*.yaml and configs/dataset/*.yaml.

Acknowledgements

Thanks Zhou et.al FREEDOM),for their open source code. This code is also based on MMRec. Thanks for their work.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages