Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 661 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 661 Bytes

IGMC-dgl

About

IGMC is an inductive matrix completion model based on graph neural networks without using any side information.
This repository refactored IGMC using DGL instead of torch geometric(PyG).
The basic version of IGMC can be found here.

Requirements

torch >= 1.9.0
dgl >= 0.8

Install DGL

Data

It is being provided for the ml_100k dataset.
You can receive the ml_100k dataset here.

Run

python main.py --file_name 'file_name'

The file_name is used to store log and model states.