You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can just modify the main.py code like this: line 8: from torch_geometric.utils import add_self_loops line 10: from utils import init_seed, _norm, f1_score
Remove f1_score from line 8 and import it from utils file in line 10.
OmerBenHayun
added a commit
to OmerBenHayun/Graph_Transformer_Networks
that referenced
this issue
Jul 1, 2023
Is there an update with modified name of f1_score from the torch_geometric?
The text was updated successfully, but these errors were encountered: