mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-07 14:50:07 +06:00
![]() Looks like a vulnerability and it's not really used anywhere in the code, so just as well remove it completely from deps. https://github.com/huggingface/transformers/security/dependabot/examples/research_projects/lxmert/requirements.txt/bleach/open |
||
---|---|---|
.. | ||
demo.ipynb | ||
extracting_data.py | ||
modeling_frcnn.py | ||
processing_image.py | ||
README.md | ||
requirements.txt | ||
utils.py | ||
visualizing_image.py |
LXMERT DEMO
- make a virtualenv:
virtualenv venv
and activatesource venv/bin/activate
- install reqs:
pip install -r ./requirements.txt
- usage is as shown in demo.ipynb