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

Segmentation fault (core dumped) when Evaluating #6

Closed
aaaa7788 opened this issue Dec 9, 2020 · 2 comments
Closed

Segmentation fault (core dumped) when Evaluating #6

aaaa7788 opened this issue Dec 9, 2020 · 2 comments

Comments

@aaaa7788
Copy link

aaaa7788 commented Dec 9, 2020

Thanks for sharing this project!!
But after I run the following command, I met into a segmentation fault (core dumped) error:
wget http:https://pascal.inrialpes.fr/data2/vgabeur/video-features/MSRVTT.tar.gz
tar -xvf MSRVTT.tar.gz
wget http:https://pascal.inrialpes.fr/data2/vgabeur/mmt/data/checkpoints/prtrn_MSRVTT_jsfusion_trainval.pth
python -m train --config configs_pub/eccv20/prtrn_MSRVTT_jsfusion_trainval.json --only_eval --load_checkpoint data/checkpoints/prtrn_MSRVTT_jsfusion_trainval.pth
image

I have exactly same environment equipment as you mentioned in the readme.
Could you help me with this error?

@gabeur gabeur closed this as completed in 56815f5 Dec 9, 2020
@gabeur
Copy link
Owner

gabeur commented Dec 9, 2020

Indeed, I had the same issue after recreating the virtual environment from scratch.
It seems like the problem was coming from the package sentencepiece version > 0.1.91 (see this issue).
I have updated the requirements.txt file to solve the problem.
Please modify your virtual environment following the updated version of requirements.txt and let me know if it solves the issue.

@aaaa7788
Copy link
Author

Yes!! It works!! Thanks for your reply.

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