Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidZWZ committed May 27, 2024
1 parent 5ff9ec0 commit be341a1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 42 deletions.
21 changes: 0 additions & 21 deletions LICENSE copy

This file was deleted.

19 changes: 0 additions & 19 deletions README copy.md

This file was deleted.

20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# LightGODE
# This the Pytorch Implementation of LightGODE

We will release our code soon.
## How to use:
1. Get the beauty, toys-and-games, gowalla dataset under dataset folder

2. run on amazon-beauty
```
python run_recbole.py -m LightGODE -d amazon-beauty
```

3. run on amazon-toys-and-games
```
python run_recbole.py -m LightGODE -d amazon-toys-games
```

4. run on gowalla
```
python run_recbole.py -m LightGODE -d gowalla
```

0 comments on commit be341a1

Please sign in to comment.