├── .DS_Store ├── .gitignore ├── README.md └── figures └── model.png /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRIPAC-DIG/Fi_GNN/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /code 2 | /data 3 | /movielens 4 | run_* -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRIPAC-DIG/Fi_GNN/HEAD/README.md -------------------------------------------------------------------------------- /figures/model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRIPAC-DIG/Fi_GNN/HEAD/figures/model.png --------------------------------------------------------------------------------