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

torchvision dependency #26

Closed
runxiao opened this issue Apr 24, 2020 · 2 comments
Closed

torchvision dependency #26

runxiao opened this issue Apr 24, 2020 · 2 comments

Comments

@runxiao
Copy link

runxiao commented Apr 24, 2020

I follow the document to install VL-BERT, then run scripts
'./scripts/dist_run_single.sh 4 vcr/train_end2end.py ./cfgs/vcr/base_q2a_4x16G_fp32.yaml ./'
Got this error:
image

@jackroos
Copy link
Owner

You may try to reinstall torchvision by:

pip uninstall torchvision; pip install torchvision==0.2.1

@jackroos
Copy link
Owner

@runxiao I think it is problems from installing torchvision. You could open an issue in torchvision github repo. Thanks!

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