Skip to content

Commit

Permalink
update acurding to seongjunyun#41
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerBenHayun committed Jul 1, 2023
1 parent 0df0c69 commit 0391639
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
from model_fastgtn import FastGTNs
import pickle
import argparse
from torch_geometric.utils import f1_score, add_self_loops
from torch_geometric.utils import add_self_loops
from sklearn.metrics import f1_score as sk_f1_score
from utils import init_seed, _norm
from utils import init_seed, _norm,f1_score
import copy

if __name__ == '__main__':
Expand Down

0 comments on commit 0391639

Please sign in to comment.