BubbleYu

Results 4 comments of BubbleYu

> when build D3D modules and run the model.py, it has an error that "ImportError: libcudart.so.9.0: cannot open shared object file: No such file or directory", my cuda is 10.1...

> when build D3D modules and run the model.py, it has an error that "ImportError: libcudart.so.9.0: cannot open shared object file: No such file or directory", my cuda is 10.1...

Traceback (most recent call last): File "demo_maxvqa.py", line 105, in maxvqa = MaxVQA(text_tokens, embedding, text_encoder, share_ctx=True).cuda() File "/ExplainableVQA-master/model/maxvqa.py", line 71, in __init__ self.text_feats = text_encoder(n_prompts.cuda(), self.tokenized_prompts) File "/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1501,...

Setting fully_supervised and plus_plus to False can resolve the issue.