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

train_scripts/causal_qformer.sh not working #30

Open
shubhamgarg21 opened this issue Mar 7, 2024 · 1 comment
Open

train_scripts/causal_qformer.sh not working #30

shubhamgarg21 opened this issue Mar 7, 2024 · 1 comment

Comments

@shubhamgarg21
Copy link

Hi,

While trying to run step 3 of Training SEED Tokenization, I am observing following error:

Traceback (most recent call last):
  File "/SEED/SEED_Tokenizer/train.py", line 16, in <module>
    import lavis.tasks as tasks
  File "/SEED/SEED_Tokenizer/lavis/__init__.py", line 15, in <module>
    from lavis.datasets.builders import *
  File "/SEED/SEED_Tokenizer/lavis/datasets/builders/__init__.py", line 15, in <module>
    from lavis.datasets.builders.image_text_pair_builder import (
  File "/SEED/SEED_Tokenizer/lavis/datasets/builders/image_text_pair_builder.py", line 16, in <module>
    from lavis.datasets.datasets.mmc4_dataset import MMC4Dataset
ModuleNotFoundError: No module named 'lavis.datasets.datasets.mmc4_dataset'
@geyuying
Copy link
Collaborator

geyuying commented Mar 8, 2024

You need to comment out the dataset builder that is not provided in this 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