Reference Codes - printf: Preference Modeling Based on User Reviews with Item Images and Textual Information via Graph Learning
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
cd gcn
bash ./download_amazon.sh
python3 new_preprocess.py
python3 download_image.py
cd albef
bash run_fine_tune.sh
P.S. Remember to download pretrained weights 4M/14M from ALBEF Repo.
cd gcn
python3 -W ignore gen_user_embedding.py
python3 train.py
python3 test.py