Skip to content

EL Geometric Models #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Mar 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
🐛 tests: fixed model path for semantic model
  • Loading branch information
ferzcam committed Mar 20, 2024
commit a74c145fd3623fef06d0122edac29730ea48481c
2 changes: 1 addition & 1 deletion tests/inductive/test_semantic_model.py
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@ def test_from_pretrained(self):


def test_train_after_pretrained(self):
first_model = ELEmPPI(self.ppi_dataset, model_filepath="first_kge_model", epochs=3)
first_model = ELEmPPI(self.ppi_dataset, model_filepath="first_semantic_model", epochs=3)
first_model.train()

first_kge_model = first_model.model_filepath