Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yimutianyang authored Jun 29, 2024
1 parent 8c1443d commit fdd8605
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ Prerequisites
-------------
* Please refer to requirements.txt

Usage
Usage-TF
-----
* python run_VGCL.py --dataset douban_book --gcn_layer 2 --alpha 0.2 --gamma 0.4 --temp_cluster 0.13 --num_user_cluster 900 --num_item_cluster 300
* python run_VGCL.py --dataset dianping --gcn_layer 3 --alpha 0.05 --gamma 0.5 --temp_cluster 0.15 --num_user_cluster 500 --num_item_cluster 100
* python run_VGCL.py --dataset ml25m --gcn_layer 3 --alpha 0.1 --gamma 1.0 --temp_cluster 0.08 --num_user_cluster 1200 --num_item_cluster 100 --batch_size 4096

# We add a torch version of the proposed VGCL model, please email me if you have any questions!
Usage-Torch
------
cd torch_version
* python run_VGCL.py --dataset douban_book --gcn_layer 2 --alpha 0.2 --gamma 0.4 --temp_cluster 0.13 --num_user_cluster 900 --num_item_cluster 300
* python run_VGCL.py --dataset dianping --gcn_layer 3 --alpha 0.05 --gamma 0.5 --temp_cluster 0.15 --num_user_cluster 500 --num_item_cluster 100
Expand Down

0 comments on commit fdd8605

Please sign in to comment.