Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiwen Yuan committed Nov 17, 2024
1 parent 5ba7bc4 commit de01e3e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file removed convergence_curve_contextgnn.png
Binary file not shown.
Binary file removed convergence_curve_idgnn.png
Binary file not shown.
Binary file removed convergence_curve_shallowrhsgnn.png
Binary file not shown.
Binary file removed examples/.relbench_example.py.swp
Binary file not shown.
6 changes: 3 additions & 3 deletions examples/contextgnn_sample_softmax.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Example script to run the models in this repository.
"""Example script to run sample softmax on ContextGNN.
python relbench_example.py --dataset rel-trial --task site-sponsor-run
--model contextgnn --epochs 10
python contextgnn_sample_softmax.py --dataset rel-trial --task site-sponsor-run
--epochs 10
"""

import argparse
Expand Down

0 comments on commit de01e3e

Please sign in to comment.