Skip to content

Commit

Permalink
Merge pull request #8 from BAMeScience/dev
Browse files Browse the repository at this point in the history
Hotfixes Round 2
  • Loading branch information
ch4perone authored Aug 29, 2024
2 parents ab2b7e9 + c02ffb1 commit 218014d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/fiora-predict
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@ def main():
if args.model == "default":
with importlib.resources.path('models', 'fiora_OS_v0.1.0.pt') as model_path:
args.model = str(model_path)
#os.path.join(os.path.dirname(os.path.abspath(__file__)), "../models/fiora_OS_v0.1.0.pt")

print(args.model)
try:
model = GNNCompiler.load_from_state_dict(args.model)
except Exception as e:
Expand Down

0 comments on commit 218014d

Please sign in to comment.