Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages