Skip to content

Commit

Permalink
Rename VisGNN.py to VisGIN.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AslantheAslan authored Apr 13, 2023
1 parent 40a11f6 commit e58390e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VisGNN.py → VisGIN.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ def test(loader):
print(accuracy_tuples)

with open(save_directory + "\\" + "GIN"+ "_accuracy.txt", "wb") as fp: # Pickling
pickle.dump(accuracy_tuples, fp) # save the accuracy scores per match
pickle.dump(accuracy_tuples, fp) # save the accuracy scores per match

0 comments on commit e58390e

Please sign in to comment.