Skip to content

Commit

Permalink
Merge pull request #16 from kumo-ai/yyuan/include-shallowrhs-to-bench…
Browse files Browse the repository at this point in the history
…mark

fix code based on review
  • Loading branch information
yiweny authored Aug 2, 2024
2 parents 78e11cd + 4c07865 commit 1a336eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ __pycache__/
build/
dist/
alpha/
result/
.cache/
.eggs/
*.egg-info/
Expand All @@ -17,4 +18,4 @@ coverage.xml
.venv
venv/*
*.out
data/**
data/**
2 changes: 1 addition & 1 deletion benchmark/relbench_link_prediction_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
parser.add_argument(
"--model",
type=str,
default="shallowrhsgnn",
default="hybridgnn",
choices=["hybridgnn", "idgnn", "shallowrhsgnn"],
)
parser.add_argument("--epochs", type=int, default=20)
Expand Down
Binary file removed result/rel-stack_user-post-comment_hybridgnn
Binary file not shown.

0 comments on commit 1a336eb

Please sign in to comment.