zjunlp / MKGformer

[SIGIR 2022] Hybrid Transformer with Multi-level Fusion for Multimodal Knowledge Graph Completion
MIT License
162 stars 27 forks source link

from models.unimo_model import UnimoCRFModel #38

Closed Cameliasss closed 7 months ago

Cameliasss commented 8 months ago

Traceback (most recent call last): File "run.py", line 11, in from models.unimo_model import UnimoCRFModel ModuleNotFoundError: No module named 'models.unimo_model' I understand that the models.unimo_model is located in the same-level folder as run.py, and you are still encountering the issue even after following the instructions in the readme file and adding the parent folder path using sys.path.append.

flow3rdown commented 8 months ago

I think you should run run_mner.sh under MKGformer/MNER

zxlzr commented 8 months ago

have you solved your issue?