Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

ModuleNotFoundError: No module named 'multimodal_bert' #74

Open
goonmeet opened this issue Nov 17, 2020 · 2 comments
Open

ModuleNotFoundError: No module named 'multimodal_bert' #74

goonmeet opened this issue Nov 17, 2020 · 2 comments

Comments

@goonmeet
Copy link

goonmeet commented Nov 17, 2020

HI!

I am trying to use the eval_coco_retrieval script. However, I am running into the following error:

File "evaluation/eval_coco_retrieval.py", line 33, in
from multimodal_bert.datasets import COCORetreivalDatasetTrain, COCORetreivalDatasetVal
ModuleNotFoundError: No module named 'multimodal_bert'

I am not sure what package I am missing.

Thank You for Your Attention!

@prashan
Copy link

prashan commented Jan 20, 2021

I am running into the same error....is there a package i need to install?

python $xxxx/evaluation/eval_refer_expression.py -h
Traceback (most recent call last):
  File "/xxxx/eval_refer_expression.py", line 30, in <module>
    from multimodal_bert.datasets import ReferExpressionDataset
ModuleNotFoundError: No module named 'multimodal_bert'

@lizizhong
Copy link

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants