Petrichor625 / Talk2car_CAVG

[Communication in Transprotation Reasearch] Official PyTorch Implementation of ''GPT-4 enhanced multimodal grounding for autonomous driving: Leveraging cross-modal attention with large language models.''
https://www.sciencedirect.com/science/article/pii/S2772424723000276
18 stars 1 forks source link

ModuleNotFound Error (Volta.config) #1

Open PrafulSinghal-19 opened 9 months ago

PrafulSinghal-19 commented 9 months ago

Hi, We as a team were looking out for some LLM Models which specifically use GPT to find the future trajectories of pedestrians and then we came across your research paper and we found it really interesting. So we were trying to reproduce the results by running it on our system but while running it shows the error Traceback (most recent call last): File "train.py", line 27, in <module> from volta.config import BertConfig ModuleNotFoundError: No module named 'volta.config' even though we already installed volta using pip install volta as the requirements.txt file was not present in your repository.

We found this error when we ran this command python3 train.py --root ./data --lr 0.01 --nesterov which we found in Talk2car.py because the script talk2car/script/train.sh was missing in your repository.

Hope to hear back from you soon.

Thanks

WYoo-xyc commented 3 months ago

I ran into both of these problems when I tried to reproduce the code...