Skip to content

nyongja/IGMC-dgl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

IGMC with dgl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages