daveredrum/faster-captioning

ModuleNotFoundError: No module named 'transformers'

Opened this issue · 0 comments

I have a problem after running the following command.

python scripts/train.py --config config/votenet_scan2cap.yaml

And I get the error:

截屏2022-09-22 12 46 29

This seems to be caused by the lack of the transformers folder.

from transformers import BertTokenizer

By the way, the data folder is invalid.