Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanfeng97 committed Jan 31, 2024
1 parent fede484 commit 6835031
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cache/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
2 changes: 1 addition & 1 deletion prod_multi_exp.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from utils import MultiExpMetric


@hydra.main(config_path=".", config_name="ind_config", version_base="1.1")
@hydra.main(config_path=".", config_name="prod_config", version_base="1.1")
def main(cfg: DictConfig):
logging.info(OmegaConf.to_yaml(cfg))
res_all = MultiExpMetric()
Expand Down
2 changes: 1 addition & 1 deletion trans_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:

model:
# gcn, hgnn, hgnnp, hnhn, unigcn
teacher: hgnnp
teacher: hgnn
# light_hgnn, light_hgnnp
student: light_hgnnp
hid: 128
Expand Down

0 comments on commit 6835031

Please sign in to comment.