GICN
GICN copied to clipboard
ModuleNotFoundError: No module named 'new_bonet'
What is new_bonet? In train.py
there is a file being copied with that name but it is not in the repo
And it is imported from in main_eval.py
here!
And it is imported from in
main_eval.py
here!
I replaced it by: from gicn_model import ...
, removed the import of the sem
class, as it's commented in gicn_model.py
, and it worked.