Skip to content

paul0728/RAMVAE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is the first knowledge graph recommendation system that integrates variational inference. It is implemented using PyTorch and runs on Linux.

Environment Building via Anaconda

  1. Donwload Ananconda.
  2. Follow the commands below:
conda create -n ramvae python=3.10.12 -y
conda activate ramvae 
conda install pytorch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 pytorch-cuda=11.8 -c pytorch -c nvidia -y
bash requirements.sh

Reproduce

LastFM

python run_RAMVAE.py --log --log_fn test --cl_coef 0

Alibaba-iFashion

python run_RAMVAE.py --log --log_fn test --cl_coef 0 --dataset alibaba-fashion

Movielens-20M

python run_RAMVAE.py --log --log_fn test --cl_coef 0 --dataset movie-lens

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published