mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
* Updates the default branch from master to main * Links from `master` to `main` * Typo * Update examples/flax/README.md Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
387 B
387 B
VisualBERT Demo
This demo shows usage of VisualBERT VQA model and is adapted from LXMERT demo present here.
- make a virtualenv:
virtualenv venvand activatesource venv/bin/activate - install reqs:
pip install -r ./requirements.txt - usage is as shown in demo.ipynb