GICN icon indicating copy to clipboard operation
GICN copied to clipboard

ModuleNotFoundError: No module named 'new_bonet'

Open escanillans opened this issue 4 years ago • 2 comments

What is new_bonet? In train.py there is a file being copied with that name but it is not in the repo

escanillans avatar Oct 19 '20 21:10 escanillans

And it is imported from in main_eval.py here!

ammaradel avatar Jun 24 '21 06:06 ammaradel

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.

ammaradel avatar Jun 24 '21 10:06 ammaradel