mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-12 17:20:03 +06:00

* Initialize VisualBERT demo * Update demo * Add commented URL * Update README * Update README
389 B
389 B
VisualBERT Demo
This demo shows usage of VisualBERT VQA model and is adapted from LXMERT demo present here.
- make a virtualenv:
virtualenv venv
and activatesource venv/bin/activate
- install reqs:
pip install -r ./requirements.txt
- usage is as shown in demo.ipynb