Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Erro running VQA experiments #1

Open
Lyinggg opened this issue Apr 24, 2024 · 1 comment
Open

Erro running VQA experiments #1

Lyinggg opened this issue Apr 24, 2024 · 1 comment

Comments

@Lyinggg
Copy link

Lyinggg commented Apr 24, 2024

Hi,

I encountered the following issue when I ran the train.sh file under src/experiments/vqa/ :

Traceback (most recent call last):
  File "train.py", line 24, in <module>
    from dataGen import VQA
  File "/home/nesl/Documents/SLASH-CE/src/experiments/vqa/dataGen.py", line 9, in <module>
    from trainer import ClauseNTrainer  # the class for training, testing, etc.
  File "/home/nesl/Documents/SLASH-CE/src/experiments/vqa/trainer.py", line 30, in <module>
    from query_lib import QueryManager
  File "/home/nesl/Documents/SLASH-CE/src/experiments/vqa/query_lib.py", line 13, in <module>
    from transformers import DetailTransformer, SimpleTransformer
ModuleNotFoundError: No module named 'transformers'

I'm not sure where the transformer module is coming from.

@debadityaroy
Copy link

Without SimpleTransformer, we cannot replicate the VQA experiment. Please provide it in the repo.

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

No branches or pull requests

2 participants